Mercurial > emacs
changeset 80052:ab03fcd4dc80
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 05 Feb 2008 14:09:25 +0000 |
parents | 86418444e2d1 |
children | 1d2ca180d05b |
files | lisp/mh-e/mh-e.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/mh-e.el Tue Feb 05 13:00:43 2008 +0000 +++ b/lisp/mh-e/mh-e.el Tue Feb 05 14:09:25 2008 +0000 @@ -1986,7 +1986,7 @@ :package-version '(MH-E . "7.0")) (defun mh-scan-format-file-check (symbol value) - "Check if desired setting is legal. + "Check if desired setting is valid. Throw an error if user tries to set `mh-scan-format-file' to anything but t when `mh-adaptive-cmd-note-flag' is on. Otherwise, set SYMBOL to VALUE." @@ -2025,7 +2025,7 @@ :package-version '(MH-E . "6.0")) (defun mh-adaptive-cmd-note-flag-check (symbol value) - "Check if desired setting is legal. + "Check if desired setting is valid. Throw an error if user tries to turn on `mh-adaptive-cmd-note-flag' when `mh-scan-format-file' isn't t. Otherwise, set SYMBOL to VALUE."