diff options
| -rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 03ea5bef653..e8655e8f972 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el | |||
| @@ -238,7 +238,7 @@ KIND should be `var' for a variable or `subr' for a subroutine." | |||
| 238 | file))))) | 238 | file))))) |
| 239 | 239 | ||
| 240 | ;;;###autoload | 240 | ;;;###autoload |
| 241 | (defface help-argument-name '((((supports :slant italic)) :inherit italic)) | 241 | (defface help-argument-name '((t :inherit italic)) |
| 242 | "Face to highlight argument names in *Help* buffers.") | 242 | "Face to highlight argument names in *Help* buffers.") |
| 243 | 243 | ||
| 244 | (defun help-default-arg-highlight (arg) | 244 | (defun help-default-arg-highlight (arg) |