]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-cooked-hook): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 15 Mar 1994 04:32:39 +0000 (04:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 15 Mar 1994 04:32:39 +0000 (04:32 +0000)
lisp/man.el

index 843435ad54c07929aa45ae721cbe44c3566a6882..b18612ec8fc2a0421eac9a9de40a0c053ccb9361 100644 (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.")