all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Hanchrow <eric.hanchrow@gmail.com>
To: emacs-devel@gnu.org
Subject: [PATCH] * window.el (other-window): Fix docstring.
Date: Sat, 10 Dec 2011 13:55:21 -0800	[thread overview]
Message-ID: <CAHZoxq-yf=dWh-pMqU8hzwYVW8HXZ566qgpAm+Zixs9QbkETnA@mail.gmail.com> (raw)

---
 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



             reply	other threads:[~2011-12-10 21:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-10 21:55 Eric Hanchrow [this message]
2011-12-11 10:52 ` [PATCH] * window.el (other-window): Fix docstring martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHZoxq-yf=dWh-pMqU8hzwYVW8HXZ566qgpAm+Zixs9QbkETnA@mail.gmail.com' \
    --to=eric.hanchrow@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.