diff options
| -rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 119 | "*Face to use when fontifying overstrike.") | 119 | "*Face to use when fontifying overstrike.") |
| 120 | 120 | ||
| 121 | (defvar Man-underline-face 'underline | 121 | (defvar Man-underline-face 'underline |
| 122 | "*Face to use when fontifying underlinining.") | 122 | "*Face to use when fontifying underlining.") |
| 123 | 123 | ||
| 124 | ;; Use the value of the obsolete user option Man-notify, if set. | 124 | ;; Use the value of the obsolete user option Man-notify, if set. |
| 125 | (defvar Man-notify-method (if (boundp 'Man-notify) Man-notify 'friendly) | 125 | (defvar Man-notify-method (if (boundp 'Man-notify) Man-notify 'friendly) |