1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 05:51:11 -07:00

(Man-underline-face): Doc fix.

This commit is contained in:
Richard M. Stallman 1995-06-30 23:43:45 +00:00
parent 88ebdf2999
commit b0d77652d3

View file

@ -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)