summaryrefslogtreecommitdiff
path: root/lisp/mail/supercite.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/supercite.el')
-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 b9e6f867daf..a4d32d6e94c 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))