aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/woman.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-01-03 22:57:46 +0000
committerRichard M. Stallman <[email protected]>2007-01-03 22:57:46 +0000
commitbcd33653aadfc05479d0c98ff9d67797b15bb5a9 (patch)
tree4e78e3530dee7e354da51b2ecbe7340137fbf6fb /lisp/woman.el
parentcd35741ddc7e72a786fba0d19c765ddab8d879b6 (diff)
(woman-decode-buffer): Clarify error message.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r--lisp/woman.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index 2d3513f009..f880c6810f 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)