diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-01-03 22:57:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-01-03 22:57:46 +0000 |
commit | bcd33653aadfc05479d0c98ff9d67797b15bb5a9 (patch) | |
tree | 4e78e3530dee7e354da51b2ecbe7340137fbf6fb /lisp/woman.el | |
parent | cd35741ddc7e72a786fba0d19c765ddab8d879b6 (diff) | |
download | emacs-bcd33653aadfc05479d0c98ff9d67797b15bb5a9.tar.gz |
(woman-decode-buffer): Clarify error message.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |