* 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 a365d60..dae4cbf 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 710dc34..3ed6f79 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.")