diff options
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7f366b37739..f193e42b08a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -343,7 +343,7 @@ If the value is neither t nor nil, RMAIL does not show MIME decoded message | |||
| 343 | until a user explicitly requires it." | 343 | until a user explicitly requires it." |
| 344 | :type '(choice (const :tag "on" t) | 344 | :type '(choice (const :tag "on" t) |
| 345 | (const :tag "off" nil) | 345 | (const :tag "off" nil) |
| 346 | (sexp :tag "when asked" :format "%t\n" ask)) | 346 | (other :tag "when asked" ask)) |
| 347 | :group 'rmail) | 347 | :group 'rmail) |
| 348 | 348 | ||
| 349 | ;;;###autoload | 349 | ;;;###autoload |