summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-30 23:43:45 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-30 23:43:45 +0000
commitb0d77652d3ffe47474fc9e401fe1096da6230c79 (patch)
tree3a17a43b14fc13dda4ea7f31ea0b3d9c5d627ef6 /lisp/man.el
parent88ebdf2999705e2990d35ce9ae54f7bb470ea610 (diff)
downloademacs-b0d77652d3ffe47474fc9e401fe1096da6230c79.tar.gz
(Man-underline-face): Doc fix.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 4b96b67ea70..98538d60b30 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -119,7 +119,7 @@
"*Face to use when fontifying overstrike.")
(defvar Man-underline-face 'underline
- "*Face to use when fontifying underlinining.")
+ "*Face to use when fontifying underlining.")
;; Use the value of the obsolete user option Man-notify, if set.
(defvar Man-notify-method (if (boundp 'Man-notify) Man-notify 'friendly)