From: Richard M. Stallman Date: Wed, 3 Jan 2007 22:57:46 +0000 (+0000) Subject: (woman-decode-buffer): Clarify error message. X-Git-Tag: emacs-pretest-22.0.93~265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcd33653aadfc05479d0c98ff9d67797b15bb5a9;p=emacs.git (woman-decode-buffer): Clarify error message. --- diff --git a/lisp/woman.el b/lisp/woman.el index 2d3513f0097..f880c6810f9 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -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)