aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-11-09 05:46:09 +0000
committerKarl Heuer <[email protected]>1994-11-09 05:46:09 +0000
commit5312cce705e12b1d4ee5930184d8b0f463704fc2 (patch)
tree08c92acf3f56f290a91b46164889b3c3b4326bcc
parentc759701d7672d4666fe37e813e1980e2d321fb6f (diff)
(sc-set-variable): Set help-mode in *Help* buffer.
-rw-r--r--lisp/mail/supercite.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index b9e6f867da..a4d32d6e94 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -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))