(map-y-or-n-p): Set help-mode in *Help* buffer.
This commit is contained in:
parent
ea1650729f
commit
228899a5b2
1 changed files with 4 additions and 1 deletions
|
@ -202,7 +202,10 @@ ESC or `q' to exit;\n"
|
|||
(if action-alist ";\n")
|
||||
(format "or . (period) to %s \
|
||||
the current %s and exit."
|
||||
action object)))))
|
||||
action object))))
|
||||
(save-excursion
|
||||
(set-buffer standard-output)
|
||||
(help-mode)))
|
||||
|
||||
(setq next (` (lambda ()
|
||||
(setq next '(, next))
|
||||
|
|
Loading…
Add table
Reference in a new issue