From 47f5c892a80ce9d69acf80a5c09eb896815ab19a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Jan 2004 21:52:12 +0000 Subject: [PATCH] (Man-fontify-manpage): Clean up message. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2