changeset 12457:960edccb320d

(Man-underline-face): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 30 Jun 1995 23:43:45 +0000
parents cd1e99d6c95f
children a83478662820
files lisp/man.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/man.el	Fri Jun 30 21:18:40 1995 +0000
+++ b/lisp/man.el	Fri Jun 30 23:43:45 1995 +0000
@@ -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)