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 9c73a365b61..ffa0ea692ad 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -3327,7 +3327,7 @@ If optional arg CONCAT is non-nil then join arguments."
3327 ;; otherwise match woman-request-regexp. The "\\&" which is 3327 ;; otherwise match woman-request-regexp. The "\\&" which is
3328 ;; inserted to prevent this is removed by woman2-process-escapes. 3328 ;; inserted to prevent this is removed by woman2-process-escapes.
3329 (and fescape 3329 (and fescape
3330 (looking-at "^\\.") 3330 (looking-at woman-request-regexp)
3331 (insert "\\&")) 3331 (insert "\\&"))
3332 (woman-set-face previous-pos (point) current-font) 3332 (woman-set-face previous-pos (point) current-font)
3333 (if beg 3333 (if beg