mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Make 's' in *Help* work for Lisp-defined variables again
* lisp/help-fns.el (describe-variable): Make the `s' command work for Lisp-defined variables again (bug#39121).
This commit is contained in:
parent
86a795f6dd
commit
9192f5d25b
1 changed files with 3 additions and 1 deletions
|
|
@ -1078,7 +1078,9 @@ it is displayed along with the global value."
|
|||
(with-current-buffer standard-output
|
||||
(setq help-mode--current-data
|
||||
(list :symbol variable
|
||||
:type 'variable
|
||||
:type (if (eq file-name 'C-source)
|
||||
'variable
|
||||
'defvar)
|
||||
:file file-name))
|
||||
(save-excursion
|
||||
(re-search-backward (substitute-command-keys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue