]> git.eshelyaron.com Git - emacs.git/commitdiff
* help.el (help-return-method): Doc fix.
authorChristoph Scholtes <cschol2112@gmail.com>
Sat, 3 Sep 2011 17:16:57 +0000 (11:16 -0600)
committerChristoph Scholtes <cschol2112@gmail.com>
Sat, 3 Sep 2011 17:16:57 +0000 (11:16 -0600)
lisp/ChangeLog
lisp/help.el

index a365d6078ea9af0084d35019fc5bca5d4c8c9c72..dae4cbf66098a3f86c8f2a1b976c0dbda652e785 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
+
+       * help.el (help-return-method): Doc fix.
+
 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (window-deletable-p): Don't return a non-nil value
index 710dc34ea89c2b07c05af3ba25df6aca6387f1ac..3ed6f79275a7057494959a31a12c611c3a275179 100644 (file)
   "What to do to \"exit\" the help buffer.
 This is a list
  (WINDOW . t)              delete the selected window (and possibly its frame,
-                           see `quit-window' and `View-quit'), go to WINDOW.
+                           see `quit-window'), go to WINDOW.
  (WINDOW . quit-window)    do quit-window, then select WINDOW.
  (WINDOW BUF START POINT)  display BUF at START, POINT, then select WINDOW.")