summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index c14231212d0..4b235302f8b 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -1432,7 +1432,8 @@ manpage command."
(if Man-fontify-manpage-flag
(message "%s man page formatted"
(Man-page-from-arguments Man-arguments))
- (message "%s man page cleaned up" Man-arguments))
+ (message "%s man page cleaned up"
+ (Man-page-from-arguments Man-arguments)))
(unless (and (processp process)
(not (eq (process-status process) 'exit)))
(setq mode-line-process nil))