(eldoc-highlight-function-argument): New face.
(eldoc-highlight-function-argument): Use it.
enable argument list to fit on one line" truncate-sym-name-if-fit))
:group 'eldoc)
+(defface eldoc-highlight-function-argument
+ '((t (:inherit bold)))
+ "Face used for the argument at point in a function's argument list."
+ :group 'eldoc)
+
;;; No user options below here.
(defvar eldoc-message-commands-table-size 31
In the absence of INDEX, just call `eldoc-docstring-format-sym-doc'."
(let ((start nil)
(end 0)
- (argument-face 'bold))
+ (argument-face 'eldoc-highlight-function-argument))
;; Find the current argument in the argument string. We need to
;; handle `&rest' and informal `...' properly.
;;