all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] * doc/emacs/frames.texi (Frame Commands): Clarify docs for C-x 5 1.
@ 2011-09-11 20:57 Eric Hanchrow
  2011-09-12 14:48 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Hanchrow @ 2011-09-11 20:57 UTC (permalink / raw)
  To: emacs-devel

 doc/emacs/ChangeLog   |    4 ++++
 doc/emacs/frames.texi |    6 +++++-
 lisp/ChangeLog        |    4 ++++
 lisp/frame.el         |    2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index ab09665..bc36faa 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
+
+	* frames.texi (Frame Commands): Clarify docs for C-x 5 1.
+
 2011-09-10  Eli Zaretskii  <eliz@gnu.org>

 	* sending.texi (Mail Misc): Document mail-add-attachment.
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 328deae..ccc5976 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -448,7 +448,11 @@ terminal.
 @item C-x 5 1
 @kindex C-x 5 1
 @findex delete-other-frames
-Delete all frames except the selected one.
+Delete all frames on the current terminal except the selected one.
+``On the current terminal'' means: if the selected frame is a console
+frame when you type @kbd{C-x 5 1}, then only other console frames will
+be deleted; if it is an X windows frame, only other X windows frames
+will be deleted, and so on for the various types of displays.
 @end table

   The @kbd{C-x 5 0} (@code{delete-frame}) command will never delete
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b5be24..4f7889f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
+
+	* frame.el (delete-other-frames): Clarify docstring.
+
 2011-09-10  Eli Zaretskii  <eliz@gnu.org>

 	* mail/sendmail.el (mml-to-mime, mml-attach-file)
diff --git a/lisp/frame.el b/lisp/frame.el
index 8fea4f0..8c56ca9 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1457,7 +1457,7 @@ the opposite frame edge from the edge indicated
in the input spec."
 \f

 (defun delete-other-frames (&optional frame)
-  "Delete all frames except FRAME.
+  "Delete all frames on the current terminal except FRAME.
 If FRAME uses another frame's minibuffer, the minibuffer frame is
 left untouched.  FRAME nil or omitted means use the selected frame."
   (interactive)
-- 
1.7.6.348.gbd207



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

* Re: [PATCH] * doc/emacs/frames.texi (Frame Commands): Clarify docs for C-x 5 1.
  2011-09-11 20:57 [PATCH] * doc/emacs/frames.texi (Frame Commands): Clarify docs for C-x 5 1 Eric Hanchrow
@ 2011-09-12 14:48 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2011-09-12 14:48 UTC (permalink / raw)
  To: Eric Hanchrow; +Cc: emacs-devel

Eric Hanchrow <eric.hanchrow@gmail.com> writes:

>  doc/emacs/ChangeLog   |    4 ++++
>  doc/emacs/frames.texi |    6 +++++-
>  lisp/ChangeLog        |    4 ++++
>  lisp/frame.el         |    2 +-
>  4 files changed, 14 insertions(+), 2 deletions(-)

Thanks.  I already updated the docstring before seeing this message, but
I committed your change to the manual, with some tweaks.



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

end of thread, other threads:[~2011-09-12 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-11 20:57 [PATCH] * doc/emacs/frames.texi (Frame Commands): Clarify docs for C-x 5 1 Eric Hanchrow
2011-09-12 14:48 ` Chong Yidong

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.