aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-01-03 22:57:46 +0000
committerRichard M. Stallman2007-01-03 22:57:46 +0000
commitbcd33653aadfc05479d0c98ff9d67797b15bb5a9 (patch)
tree4e78e3530dee7e354da51b2ecbe7340137fbf6fb
parentcd35741ddc7e72a786fba0d19c765ddab8d879b6 (diff)
downloademacs-bcd33653aadfc05479d0c98ff9d67797b15bb5a9.tar.gz
emacs-bcd33653aadfc05479d0c98ff9d67797b15bb5a9.zip
(woman-decode-buffer): Clarify error message.
-rw-r--r--lisp/woman.el2
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."
2112 (progn (goto-char (point-min)) 2112 (progn (goto-char (point-min))
2113 (not (re-search-forward "^\\.\\([pnil]p\\|sh\\)[ \n]" 2113 (not (re-search-forward "^\\.\\([pnil]p\\|sh\\)[ \n]"
2114 (point-max) t)))) 2114 (point-max) t))))
2115 (error "WoMan can only format manpages written in the an format"))) 2115 (error "WoMan can only format man pages written with the usual `-man' macros")))
2116 2116
2117 (and (boundp 'font-lock-mode) font-lock-mode (font-lock-mode -1)) 2117 (and (boundp 'font-lock-mode) font-lock-mode (font-lock-mode -1))
2118 ;; (fundamental-mode) 2118 ;; (fundamental-mode)