diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/elp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index 900b93ef3db..7b3acab2f6b 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el @@ -554,6 +554,7 @@ original definition, use \\[elp-restore-function] or \\[elp-restore-all]." 'elp-symname (intern symname) 'keymap elp-results-symname-map 'mouse-face 'highlight + 'face 'link 'help-echo "mouse-2 or RET jumps to definition"))) ;;;###autoload |