summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-01-26 11:43:42 +0000
committerGerd Moellmann <gerd@gnu.org>2001-01-26 11:43:42 +0000
commitaf900b233db1504e03c42ebaec16b8c8eaf51df8 (patch)
tree26ef06baf3bbd44f8b8b56169b93626d24ac29a1
parent15fa6db0df6c391a9b2935229a2631a83c32f314 (diff)
downloademacs-af900b233db1504e03c42ebaec16b8c8eaf51df8.tar.gz
(Man-default-man-entry, Man-mode): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/man.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b216d079920..6c0d8619e2c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/man.el b/lisp/man.el
index eef8d740a99..406085a094f 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -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.