# HG changeset patch # User Juanma Barranquero # Date 1202220565 0 # Node ID ab03fcd4dc801404d7dae421af5a57eeed12491c # Parent 86418444e2d1202328d2c1bc0fb60888735044ee *** empty log message *** diff -r 86418444e2d1 -r ab03fcd4dc80 lisp/mh-e/mh-e.el --- 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."