]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/rmail.el
Merge emacs-25 into master (using imerge)
[gnu-emacs] / lisp / mail / rmail.el
index 1ed4cc7f6d821165c8e41d4ce2d4ee85231157e5..fe3375e8f58e34d70634b91a5e4e4343c4beb89f 100644 (file)
@@ -100,7 +100,7 @@ its character representation and its display representation.")
 
 (defvar rmail-header-style 'normal
   "The current header display style choice, one of
-'normal (selected headers) or 'full (all headers).")
+`normal' (selected headers) or `full' (all headers).")
 
 (defvar rmail-mime-decoded nil
   "Non-nil if message has been processed by `rmail-show-mime-function'.")
@@ -300,7 +300,7 @@ mail URLs as the source mailbox.")
 ;;;###autoload
 (defun rmail-movemail-variant-p (&rest variants)
   "Return t if the current movemail variant is any of VARIANTS.
-Currently known variants are 'emacs and 'mailutils."
+Currently known variants are `emacs' and `mailutils'."
   (when (not rmail-movemail-variant-in-use)
     ;; Autodetect
     (setq rmail-movemail-variant-in-use (rmail-autodetect)))