emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105645: * help.el (help-return-metho


From: Christoph Scholtes
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105645: * help.el (help-return-method): Doc fix.
Date: Sat, 03 Sep 2011 11:16:57 -0600
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105645
committer: Christoph Scholtes <address@hidden>
branch nick: trunk
timestamp: Sat 2011-09-03 11:16:57 -0600
message:
  * help.el (help-return-method): Doc fix.
modified:
  lisp/ChangeLog
  lisp/help.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-09-03 10:55:37 +0000
+++ b/lisp/ChangeLog    2011-09-03 17:16:57 +0000
@@ -1,3 +1,7 @@
+2011-09-03  Christoph Scholtes  <address@hidden>
+
+       * help.el (help-return-method): Doc fix.
+
 2011-09-03  Martin Rudalics  <address@hidden>
 
        * window.el (window-deletable-p): Don't return a non-nil value

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2011-08-23 09:31:54 +0000
+++ b/lisp/help.el      2011-09-03 17:16:57 +0000
@@ -132,7 +132,7 @@
   "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.")
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]