aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/man.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-03-15 04:32:39 +0000
committerKarl Heuer <[email protected]>1994-03-15 04:32:39 +0000
commitb09d7aa2a2dd02af0c106c5b21c8827ab2684cb7 (patch)
tree8fde245dc0c6b3a13c33a82cab6fad0facda72ed /lisp/man.el
parent697d0646db42f483a14718b47d22ed5e1d998b2d (diff)
(Man-cooked-hook): Doc fix.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 843435ad54..b18612ec8f 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.")