diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-01-24 21:52:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-01-24 21:52:12 +0000 |
commit | 47f5c892a80ce9d69acf80a5c09eb896815ab19a (patch) | |
tree | 5d4c8ffbb24bff1aad673e304f892edad543814b /lisp/man.el | |
parent | 0052e430ef06f1504346054539ecb2620d31122e (diff) | |
download | emacs-47f5c892a80ce9d69acf80a5c09eb896815ab19a.tar.gz |
(Man-fontify-manpage): Clean up message.
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 61131db20be..faf153bc4c4 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -801,7 +801,7 @@ Same for the ANSI bold and normal escape sequences." ;; Try to recognize common forms of cross references. (Man-highlight-references) (Man-softhyphen-to-minus) - (message "%s man page made up" Man-arguments)) + (message "%s man page formatted" Man-arguments)) (defun Man-highlight-references () "Highlight the references on mouse-over. |