From: Richard M. Stallman Date: Fri, 30 Jun 1995 23:43:45 +0000 (+0000) Subject: (Man-underline-face): Doc fix. X-Git-Tag: emacs-19.34~3402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0d77652d3ffe47474fc9e401fe1096da6230c79;p=emacs.git (Man-underline-face): Doc fix. --- 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)