(yow): Set help-mode in *Help* buffer.
This commit is contained in:
parent
2eb6bfbe93
commit
d10d0394a0
1 changed files with 4 additions and 1 deletions
|
@ -53,7 +53,10 @@
|
||||||
(t
|
(t
|
||||||
(message "Yow!")
|
(message "Yow!")
|
||||||
(with-output-to-temp-buffer "*Help*"
|
(with-output-to-temp-buffer "*Help*"
|
||||||
(princ yow))))))
|
(princ yow)
|
||||||
|
(save-excursion
|
||||||
|
(set-buffer standard-output)
|
||||||
|
(help-mode)))))))
|
||||||
|
|
||||||
(defsubst read-zippyism (prompt &optional require-match)
|
(defsubst read-zippyism (prompt &optional require-match)
|
||||||
"Read a Zippyism from the minibuffer with completion, prompting with PROMPT.
|
"Read a Zippyism from the minibuffer with completion, prompting with PROMPT.
|
||||||
|
|
Loading…
Add table
Reference in a new issue