]> git.eshelyaron.com Git - emacs.git/commit
Allow editing variable values in *Help* buffers
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Apr 2022 16:59:59 +0000 (18:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Apr 2022 16:59:59 +0000 (18:59 +0200)
commit01282cbd801a2f09316c35fca37a7501b92992a1
tree82ba4059263d0c53e1874c5fff410b6393eea0da
parentb49cca70128246a4e9a226bfc6eb08e934a7043f
Allow editing variable values in *Help* buffers

* lisp/help-fns.el (help-enable-variable-value-editing): New user
option.
(describe-variable): Tag values for editing.
(help-fns--editable-variable, help-fns-edit-variable): New
functions (bug#36826).
(help-fns--edit-value-mode-map, help-fns--edit-value-mode)
(help-fns-edit-mode-done): New mode and commands.
etc/NEWS
lisp/help-fns.el
lisp/help-mode.el