diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-03-15 04:32:39 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-03-15 04:32:39 +0000 |
commit | b09d7aa2a2dd02af0c106c5b21c8827ab2684cb7 (patch) | |
tree | 8fde245dc0c6b3a13c33a82cab6fad0facda72ed /lisp/man.el | |
parent | 697d0646db42f483a14718b47d22ed5e1d998b2d (diff) | |
download | emacs-b09d7aa2a2dd02af0c106c5b21c8827ab2684cb7.tar.gz |
(Man-cooked-hook): Doc fix.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 843435ad54c..b18612ec8fc 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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.") |