# HG changeset patch # User John Paul Wallington # Date 1081765504 0 # Node ID d13dc0c5f80d59ec7d1ba1baaef641258878ca4f # Parent e40dfbc0d5f2d01627cc3970de7f8e0115b3b3e5 (describe-mode): Doc fix. diff -r e40dfbc0d5f2 -r d13dc0c5f80d lisp/help.el --- a/lisp/help.el Mon Apr 12 10:03:08 2004 +0000 +++ b/lisp/help.el Mon Apr 12 10:25:04 2004 +0000 @@ -564,11 +564,13 @@ (defun describe-mode (&optional buffer) "Display documentation of current major mode and minor modes. -The major mode description comes first, followed by the minor modes, -each on a separate page. -For this to work correctly for a minor mode, the mode's indicator variable -\(listed in `minor-mode-alist') must also be a function whose documentation -describes the minor mode." +A brief summary of the minor modes comes first, followed by the +major mode description. This is followed by detailed +descriptions of the minor modes, each on a separate page. + +For this to work correctly for a minor mode, the mode's indicator +variable \(listed in `minor-mode-alist') must also be a function +whose documentation describes the minor mode." (interactive) (help-setup-xref (list #'describe-mode (or buffer (current-buffer))) (interactive-p))