unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] * window.el (other-window): Fix docstring.
@ 2011-12-10 21:55 Eric Hanchrow
  2011-12-11 10:52 ` martin rudalics
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Hanchrow @ 2011-12-10 21:55 UTC (permalink / raw)
  To: emacs-devel

---
 lisp/ChangeLog |    4 ++++
 lisp/window.el |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92205d9..8368022 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-10  Eric Hanchrow  <eric.hanchrow@gmail.com>
+
+	* window.el (other-window): Fix docstring.
+
 2011-12-06  Glenn Morris  <rgm@gnu.org>

 	* emacs-lisp/package.el (package-archives): Doc fix re riskiness.
diff --git a/lisp/window.el b/lisp/window.el
index 112caee..d727e78 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -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.
-- 
1.7.4.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] * window.el (other-window): Fix docstring.
  2011-12-10 21:55 [PATCH] * window.el (other-window): Fix docstring Eric Hanchrow
@ 2011-12-11 10:52 ` martin rudalics
  0 siblings, 0 replies; 2+ messages in thread
From: martin rudalics @ 2011-12-11 10:52 UTC (permalink / raw)
  To: Eric Hanchrow; +Cc: emacs-devel

> +2011-12-10  Eric Hanchrow  <eric.hanchrow@gmail.com>
> +
> +	* window.el (other-window): Fix docstring.

Applied.

Thanks, martin




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-11 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-10 21:55 [PATCH] * window.el (other-window): Fix docstring Eric Hanchrow
2011-12-11 10:52 ` martin rudalics

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).