From efde809a8389d882d2598ef845ed5ac901fe0061 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Mon, 12 Apr 2004 10:25:33 +0000 Subject: [PATCH] (describe-mode): Doc fix. --- lisp/ChangeLog | 2 ++ lisp/help.el | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bc487ea1726..ff91d256127 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,8 @@ (ibuffer): Save window configuration before showing Ibuffer buffer. + * help.el (describe-mode): Doc fix. + 2004-04-12 Stefan Monnier * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test diff --git a/lisp/help.el b/lisp/help.el index 82a43c6868b..b589de94474 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -564,11 +564,13 @@ the last key hit are used." (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)) -- 2.39.5