comparison lisp/mh-e/mh-show.el @ 97188:b4b989dd818c

(mh-show-preferred-alternative): Sync docstring with manual.
author Bill Wohler <wohler@newt.com>
date Fri, 01 Aug 2008 04:40:09 +0000
parents 186e66f93b45
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
97187:faad486370aa 97188:b4b989dd818c
102 (setq mh-showing-with-headers t))) 102 (setq mh-showing-with-headers t)))
103 103
104 ;;;###mh-autoload 104 ;;;###mh-autoload
105 (defun mh-show-preferred-alternative () 105 (defun mh-show-preferred-alternative ()
106 "Display message with the default preferred alternative. 106 "Display message with the default preferred alternative.
107 I.e. we set \\mm-discouraged-alternatives to nil. 107 This is as if `mm-discouraged-alternatives' is set to nil.
108 108
109 Use the command \\[mh-show] to show the message normally again." 109 Use the command \\[mh-show] to show the message normally again."
110 (interactive) 110 (interactive)
111 (let 111 (let
112 ((mm-discouraged-alternatives)) 112 ((mm-discouraged-alternatives))