Skip to content

Commit

Permalink
Use eldoc-highlight-function-argument face.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Piras committed Jul 23, 2013
1 parent 4a0eab4 commit f1f275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c-eldoc.el
Expand Up @@ -248,7 +248,7 @@ T1 and T2 are time values (as returned by `current-time' for example)."
(when (and pos
(setq pos (string-match "[^ ,()]" arguments pos)))
(add-text-properties pos (string-match "[,)]" arguments pos)
'(face bold) arguments))
'(face eldoc-highlight-function-argument) arguments))
arguments)))

;;;###autoload
Expand Down

0 comments on commit f1f275c

Please sign in to comment.