]> git.eshelyaron.com Git - emacs.git/commit
New function substitute-quotes
authorStefan Kangas <stefan@marxist.se>
Sat, 10 Sep 2022 05:37:36 +0000 (07:37 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 10 Sep 2022 05:37:36 +0000 (07:37 +0200)
commit6cd9e586cc065f02d69c97b23163ec91ccc2b5dd
tree27fae333c1437be0e05f119593720be3f28f43ca
parent54c3794899ef2d4d88812fb445b6e2acc85a2720
New function substitute-quotes

* lisp/help.el (substitute-quotes): New function.  (Bug#51040)
* doc/lispref/help.texi (Keys in Documentation): Document
substitute-quotes.
* test/lisp/help-tests.el (help-tests-substitute-quotes): New test.

* lisp/cedet/srecode/srt-mode.el (srecode-macro-help):
* lisp/cus-theme.el (describe-theme-1):
* lisp/emacs-lisp/cl-extra.el (cl--describe-class):
* lisp/emacs-lisp/eieio-opt.el (eieio-help-constructor):
* lisp/emacs-lisp/package.el (describe-package-1):
* lisp/help-fns.el (help-fns--parent-mode, help-fns--var-risky)
(help-fns--var-file-local, help-fns--var-bufferlocal)
(describe-face):
* lisp/help.el (substitute-command-keys):
* lisp/progmodes/octave.el (octave-help): Use the new function
instead of 'substitute-command-keys'.
doc/lispref/help.texi
etc/NEWS
lisp/cedet/srecode/srt-mode.el
lisp/cus-theme.el
lisp/emacs-lisp/cl-extra.el
lisp/emacs-lisp/eieio-opt.el
lisp/emacs-lisp/package.el
lisp/help-fns.el
lisp/help.el
lisp/progmodes/octave.el
test/lisp/help-tests.el