]> git.eshelyaron.com Git - emacs.git/commitdiff
(woman-decode-buffer): Clarify error message.
authorRichard M. Stallman <rms@gnu.org>
Wed, 3 Jan 2007 22:57:46 +0000 (22:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 3 Jan 2007 22:57:46 +0000 (22:57 +0000)
lisp/woman.el

index 2d3513f009766e88c25c577726b7536186d93266..f880c6810f95fa44142edc08a71b1eb7e6fdc704 100644 (file)
@@ -2112,7 +2112,7 @@ No external programs are used."
                 (progn (goto-char (point-min))
                        (not (re-search-forward "^\\.\\([pnil]p\\|sh\\)[ \n]"
                                                (point-max) t))))
-      (error "WoMan can only format manpages written in the an format")))
+      (error "WoMan can only format man pages written with the usual `-man' macros")))
 
   (and (boundp 'font-lock-mode) font-lock-mode (font-lock-mode -1))
   ;; (fundamental-mode)