diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-30 23:43:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-30 23:43:45 +0000 |
commit | b0d77652d3ffe47474fc9e401fe1096da6230c79 (patch) | |
tree | 3a17a43b14fc13dda4ea7f31ea0b3d9c5d627ef6 /lisp/man.el | |
parent | 88ebdf2999705e2990d35ce9ae54f7bb470ea610 (diff) | |
download | emacs-b0d77652d3ffe47474fc9e401fe1096da6230c79.tar.gz |
(Man-underline-face): Doc fix.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 2 |
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) |