; * lisp/help-fns.el (help-fns-edit-variable): Revert buffer.
This commit is contained in:
parent
9e670088c7
commit
3860562a71
1 changed files with 2 additions and 1 deletions
|
@ -1569,7 +1569,8 @@ it is displayed along with the global value."
|
|||
(let ((str (read-string-from-buffer
|
||||
(format ";; Edit the `%s' variable." (nth 0 var))
|
||||
(prin1-to-string (nth 1 var)))))
|
||||
(set (nth 0 var) (read str)))))
|
||||
(set (nth 0 var) (read str))
|
||||
(revert-buffer))))
|
||||
|
||||
(autoload 'shortdoc-help-fns-examples-function "shortdoc")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue