(map-y-or-n-p): Set help-mode in *Help* buffer.
authorKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:48:55 +0000 (05:48 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 9 Nov 1994 05:48:55 +0000 (05:48 +0000)
lisp/map-ynp.el

index a96f72f..99e081b 100644 (file)
@@ -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))