diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-24 12:36:41 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-24 12:36:51 +0200 |
commit | ed34cbeae7e2246b2a5f7578da3d1ccc6984f7ca (patch) | |
tree | 3b906e4dcb4e857211c5acfde5c457ae382e57a9 /lisp/help-fns.el | |
parent | 54a3132cfa6541e74688e1cf7821aab7d8df926a (diff) | |
download | emacs-ed34cbeae7e2246b2a5f7578da3d1ccc6984f7ca.tar.gz emacs-ed34cbeae7e2246b2a5f7578da3d1ccc6984f7ca.tar.bz2 emacs-ed34cbeae7e2246b2a5f7578da3d1ccc6984f7ca.zip |
Audit symbol quoting in Lisp doc strings
* lisp/vc/vc-svn.el (vc-svn-dir-status-files):
* lisp/so-long.el (so-long-mode-maintain-preserved-variables):
* lisp/help-fns.el (help-fns--most-relevant-active-keymap):
* lisp/gnus/nnselect.el (nnselect-get-artlist):
(nnselect-store-artlist):
* lisp/forms.el (forms-enumerate):
* lisp/ffap.el (ffap-string-at-point):
* lisp/emacs-lisp/byte-run.el (define-obsolete-variable-alias):
Audit symbol quoting in Lisp doc strings.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 1ff47bcb496..45308e6e9c8 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1902,8 +1902,8 @@ variable with value KEYMAP." The heuristic to determine which keymap is most likely to be relevant to a user follows this order: -1. 'keymap' text property at point -2. 'local-map' text property at point +1. `keymap' text property at point +2. `local-map' text property at point 3. the `current-local-map' This is used to set the default value for the interactive prompt |