I am working with the C-source code of Emacs using the built-in c-mode
, and would like Emacs to automatically highlight functions and variables within comments with a different color: In the following example, how can I make pos-visible-in-window-p
a different color?
/* See the doc-string for `pos-visible-in-window-p'. */