comparison lisp/mail/supercite.el @ 9845:17734f1247d0

(sc-set-variable): Set help-mode in *Help* buffer.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Nov 1994 05:46:09 +0000
parents 67b7d1ea7b2e
children a83ee7a1e0fd
comparison
equal deleted inserted replaced
9844:089ea68c1fdb 9845:17734f1247d0
1723 (princ "\n\nDocumentation:\n") 1723 (princ "\n\nDocumentation:\n")
1724 (princ (substring (documentation-property 1724 (princ (substring (documentation-property
1725 var 1725 var
1726 'variable-documentation) 1726 'variable-documentation)
1727 1)) 1727 1))
1728 (save-excursion
1729 (set-buffer standard-output)
1730 (help-mode))
1728 nil))))) 1731 nil)))))
1729 (set var (eval-minibuffer (format "Set %s to value: " var)))) 1732 (set var (eval-minibuffer (format "Set %s to value: " var))))
1730 (sc-set-mode-string)) 1733 (sc-set-mode-string))
1731 1734
1732 (defmacro sc-toggle-symbol (rootname) 1735 (defmacro sc-toggle-symbol (rootname)