]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-mode): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Mon, 12 Apr 2004 10:25:33 +0000 (10:25 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Mon, 12 Apr 2004 10:25:33 +0000 (10:25 +0000)
lisp/ChangeLog
lisp/help.el

index bc487ea1726d4446bfaa6763fb8c7c34e8fc3122..ff91d2561275ba38ce4e87007a5af524c0e0b656 100644 (file)
@@ -9,6 +9,8 @@
        (ibuffer): Save window configuration before showing Ibuffer
        buffer.
 
+       * help.el (describe-mode): Doc fix.
+
 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
index 82a43c6868b7cb669d88fd1d03d1b05f2ae988cc..b589de94474f890843d90392911d8b2f9cf4b215 100644 (file)
@@ -564,11 +564,13 @@ the last key hit are used."
 \f
 (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))