]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-default-man-entry, Man-mode): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 11:43:42 +0000 (11:43 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 11:43:42 +0000 (11:43 +0000)
lisp/ChangeLog
lisp/man.el

index b216d07992074afee78f063a3960d301b305bf18..6c0d8619e2c60fcc35a48a86342cfe79fedc5851 100644 (file)
@@ -1,5 +1,7 @@
 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
 
+       * man.el (Man-default-man-entry, Man-mode): Doc fix.
+
        * startup.el (display-startup-echo-area-message): Make sure
        the echo area is resized to fit the size of the startup
        message.
index eef8d740a992cc10d25f62e34eeff061a7e005fa..406085a094f428715abb9c54f42eb29e24604959 100644 (file)
@@ -506,8 +506,7 @@ and the Man-section-translations-alist variables)."
 
 (defsubst Man-default-man-entry ()
   "Make a guess at a default manual entry.
-This guess is based on the text surrounding the cursor, and the
-default section number is selected from `Man-auto-section-alist'."
+This guess is based on the text surrounding the cursor."
   (let (word)
     (save-excursion
       ;; Default man entry title is any word the cursor is on, or if
@@ -831,7 +830,6 @@ The following variables may be of some use.  Try
 `Man-notify-method'            What happens when manpage formatting is done.
 `Man-downcase-section-letters-flag' Force section letters to lower case.
 `Man-circular-pages-flag'      Treat multiple manpage list as circular.
-`Man-auto-section-alist'       List of major modes and their section numbers.
 `Man-section-translations-alist' List of section numbers and their Un*x equiv.
 `Man-filter-list'              Background manpage filter command.
 `Man-mode-line-format'         Mode line format for Man mode buffers.