aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)