comparison lisp/help-fns.el @ 67222:9c628f17433c

(help-argument-name): Don't autoload. It's useless and triggers a bug in cus-dep.el causing ldefs-boot to be re-loaded when customizing the `help' group.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 30 Nov 2005 15:52:50 +0000
parents 1731ed7a115f
children 27e860fd29ef 1955a4462bf9
comparison
equal deleted inserted replaced
67221:95525fb6747f 67222:9c628f17433c
221 (setq file (replace-match ".c" t t file))) 221 (setq file (replace-match ".c" t t file)))
222 (if (string-match "\\.c\\'" file) 222 (if (string-match "\\.c\\'" file)
223 (concat "src/" file) 223 (concat "src/" file)
224 file))))) 224 file)))))
225 225
226 ;;;###autoload
227 (defface help-argument-name '((((supports :slant italic)) :inherit italic)) 226 (defface help-argument-name '((((supports :slant italic)) :inherit italic))
228 "Face to highlight argument names in *Help* buffers." 227 "Face to highlight argument names in *Help* buffers."
229 :group 'help) 228 :group 'help)
230 229
231 (defun help-default-arg-highlight (arg) 230 (defun help-default-arg-highlight (arg)