X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/923602fefbfadd47e0b675d97aa1b28a16971da0..124c48619e2c68c497d9075e6e940142c174c77b:/doc/misc/mh-e.texi diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index fc2303c60e..d1fd8f7611 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi @@ -5,7 +5,7 @@ @c %**start of header @setfilename ../../info/mh-e.info @settitle The MH-E Manual -@documentencoding UTF-8 +@include docstyle.texi @c %**end of header @c Version of the software and manual. @@ -25,7 +25,7 @@ This is version @value{VERSION}@value{EDITION} of @cite{The MH-E Manual}, last updated @value{UPDATED}. -Copyright @copyright{} 1995, 2001--2003, 2005--2015 Free Software +Copyright @copyright{} 1995, 2001--2003, 2005--2016 Free Software Foundation, Inc. @c This dual license has been agreed upon by the FSF. @@ -3159,13 +3159,13 @@ code to @file{~/.emacs}. @smalllisp @group (defvar my-mh-screen-saved nil - "Set to non-@code{nil} when MH-E window configuration shown.") + "Set to non-nil when MH-E window configuration shown.") (defvar my-normal-screen nil "Normal window configuration.") (defvar my-mh-screen nil "MH-E window configuration.") (defun my-mh-rmail (&optional arg) "Toggle between MH-E and normal screen configurations. -With non-@code{nil} or prefix argument, @i{inc} mailbox as well +With non-nil or prefix argument, include mailbox as well when going into mail." (interactive "P") ; @r{user callable function, P=prefix arg} (setq my-mh-screen-saved ; @r{save state} @@ -3474,7 +3474,7 @@ bindings, for example: @smalllisp @group (defvar my-mh-init-done nil - "Non-@code{nil} when one-time MH-E settings made.") + "Non-nil when one-time MH-E settings made.") (defun my-mh-folder-mode-hook () "Hook to set key bindings in MH-Folder mode."