aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-11-09 05:47:20 +0000
committerKarl Heuer1994-11-09 05:47:20 +0000
commite6bcd1558f3111c2585af8f9625a3c2c5065d9bf (patch)
treef17baf78cd1e66bf44668f3efbd117d8be3e8014
parent5312cce705e12b1d4ee5930184d8b0f463704fc2 (diff)
downloademacs-e6bcd1558f3111c2585af8f9625a3c2c5065d9bf.tar.gz
emacs-e6bcd1558f3111c2585af8f9625a3c2c5065d9bf.zip
(set-variable): Set help-mode in *Help* buffer.
-rw-r--r--lisp/simple.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 2f0fbc61b4a..197e4e3df44 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2511,6 +2511,9 @@ it were the arg to `interactive' (which see) to interactively read the value."
2511 (let ((print-length 20)) 2511 (let ((print-length 20))
2512 (princ "\n\nCurrent value: ") 2512 (princ "\n\nCurrent value: ")
2513 (prin1 (symbol-value var)))) 2513 (prin1 (symbol-value var))))
2514 (save-excursion
2515 (set-buffer standard-output)
2516 (help-mode))
2514 nil))))) 2517 nil)))))
2515 (list var 2518 (list var
2516 (let ((prop (get var 'variable-interactive))) 2519 (let ((prop (get var 'variable-interactive)))