# HG changeset patch # User Gerd Moellmann # Date 980509390 0 # Node ID 8f8be2a8aed895ef12a2f445b8ca403132720877 # Parent 149710cb0ef00d064a6f04c5154ebd547a786111 (Man-default-man-entry, Man-mode): Doc fix. diff -r 149710cb0ef0 -r 8f8be2a8aed8 lisp/man.el --- a/lisp/man.el Fri Jan 26 11:38:23 2001 +0000 +++ b/lisp/man.el Fri Jan 26 11:43:10 2001 +0000 @@ -506,8 +506,7 @@ (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 @@ `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.