]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-underline-face): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 30 Jun 1995 23:43:45 +0000 (23:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 30 Jun 1995 23:43:45 +0000 (23:43 +0000)
lisp/man.el

index 4b96b67ea70b67d80de68b072860a262fdb6332b..98538d60b3099c00bc27c8d1ccdd5cf875a43b75 100644 (file)
   "*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)