]> code.delx.au - gnu-emacs/blobdiff - lisp/man.el
Add more sanity checks to the last eww after-change-function patch
[gnu-emacs] / lisp / man.el
index c14231212d0d12a29ce3169ffd586bca6e824a27..a61524b890c8e0ac6947f203564fdaa393cd4028 100644 (file)
@@ -837,7 +837,7 @@ foo[, bar [, ...]] [other stuff] (sec) - description
 foo(sec)[, bar(sec) [, ...]] [other stuff] - description
 
 For more details and some regression tests, please see
-test/automated/man-tests.el in the emacs bzr repository."
+test/automated/man-tests.el in the emacs repository."
   (goto-char (point-min))
   ;; See man-tests for data about which systems use which format (hopefully we
   ;; will be able to simplify the code if/when some of those formats aren't
@@ -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))