changeset 75076:fcae879bd347

(woman-decode-buffer): Clarify error message.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Jan 2007 22:57:46 +0000
parents ae7718b6437d
children c0200a80d5cf
files lisp/woman.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/woman.el	Wed Jan 03 22:17:32 2007 +0000
+++ b/lisp/woman.el	Wed Jan 03 22:57:46 2007 +0000
@@ -2112,7 +2112,7 @@
 		 (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)