[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106660: Fix docstring of other-windo
From: |
martin rudalics |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106660: Fix docstring of other-window. |
Date: |
Sun, 11 Dec 2011 11:38:11 +0100 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106660
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sun 2011-12-11 11:38:11 +0100
message:
Fix docstring of other-window.
modified:
lisp/ChangeLog
lisp/window.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2011-12-10 13:46:25 +0000
+++ b/lisp/ChangeLog 2011-12-11 10:38:11 +0000
@@ -1,3 +1,7 @@
+2011-12-11 Eric Hanchrow <address@hidden>
+
+ * window.el (other-window): Fix docstring.
+
2011-12-10 Eli Zaretskii <address@hidden>
* mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
=== modified file 'lisp/window.el'
--- a/lisp/window.el 2011-12-09 03:12:38 +0000
+++ b/lisp/window.el 2011-12-11 10:38:11 +0000
@@ -2204,9 +2204,9 @@
window, so select the selected window. In an interactive call,
COUNT is the numeric prefix argument. Return nil.
-If the `other-window' parameter of WINDOW is a function and
-`ignore-window-parameters' is nil, call that function with the
-arguments COUNT and ALL-FRAMES.
+If the `other-window' parameter of the selected window is a
+function and `ignore-window-parameters' is nil, call that
+function with the arguments COUNT and ALL-FRAMES.
This function does not select a window whose `no-other-window'
window parameter is non-nil.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106660: Fix docstring of other-window.,
martin rudalics <=