1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(Man-cooked-hook): Doc fix.

This commit is contained in:
Karl Heuer 1994-03-15 04:32:39 +00:00
parent 697d0646db
commit b09d7aa2a2

View File

@ -190,7 +190,7 @@ the manpage buffer.")
"*Normal hook run when Man mode is enabled.")
(defvar Man-cooked-hook nil
"*Hooks run after removing backspace characters from man page.")
"*Normal hook run after removing backspaces but before Man-mode processing.")
(defvar Man-section-regexp "[0-9][a-zA-Z+]*\\|[LNln]"
"*Regular expression describing a manpage section within parentheses.")