]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix docstring of other-window.
authorMartin Rudalics <rudalics@gmx.at>
Sun, 11 Dec 2011 10:38:11 +0000 (11:38 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Sun, 11 Dec 2011 10:38:11 +0000 (11:38 +0100)
lisp/ChangeLog
lisp/window.el

index 024131569dc0c4ca051b1e2dcd59ef8ecfc616dc..a22655727d984d649b7ddcaf4a33653cbeead4db 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
+
+       * window.el (other-window): Fix docstring.
+
 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
 
        * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
index 138fb7bcb2ab376d6d66cabd72ed2c44c213da6d..4838dfa79696e51a545746bb73f3510fe4d8988d 100644 (file)
@@ -2204,9 +2204,9 @@ skip -COUNT windows backwards.  COUNT zero means do not skip any
 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.