# HG changeset patch # User Richard M. Stallman # Date 804555825 0 # Node ID 960edccb320de1728b9374d9f178c1aba12c0341 # Parent cd1e99d6c95f79825158f4f3779a0c60dd3e973c (Man-underline-face): Doc fix. diff -r cd1e99d6c95f -r 960edccb320d lisp/man.el --- 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)