]> git.eshelyaron.com Git - emacs.git/commit
Hyperlink symbol names without word syntax in Help
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 27 Dec 2020 14:21:50 +0000 (14:21 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 10 Jan 2021 13:37:38 +0000 (13:37 +0000)
commit25dadca0d175aa7f9f1654314f90af64cdcb68fd
treed8b5831f5d903520731ac130889440c859b3f3a7
parent4c55eeee39c05aa56df5ffdca6ff5b233607727c
Hyperlink symbol names without word syntax in Help

* lisp/emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2)
(lisp-cl-font-lock-keywords-2): Allow single-character symbol names.
* lisp/help-mode.el (help-xref-symbol-regexp): Also match symbol
names starting with symbol syntax (bug#6601, bug#24309).
* test/lisp/help-mode-tests.el (help-mode-tests-xref-button): Test
hyperlink creation for function names without symbol syntax.
lisp/emacs-lisp/lisp-mode.el
lisp/help-mode.el
test/lisp/help-mode-tests.el