mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(sc-set-variable): Set help-mode in *Help* buffer.
This commit is contained in:
parent
c759701d76
commit
5312cce705
1 changed files with 3 additions and 0 deletions
|
|
@ -1725,6 +1725,9 @@ help window."
|
|||
var
|
||||
'variable-documentation)
|
||||
1))
|
||||
(save-excursion
|
||||
(set-buffer standard-output)
|
||||
(help-mode))
|
||||
nil)))))
|
||||
(set var (eval-minibuffer (format "Set %s to value: " var))))
|
||||
(sc-set-mode-string))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue