emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * doc/emacs/frames.texi (Frame Commands): Clarify docs for C-x 5


From: Eric Hanchrow
Subject: [PATCH] * doc/emacs/frames.texi (Frame Commands): Clarify docs for C-x 5 1.
Date: Sun, 11 Sep 2011 13:57:46 -0700

 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  <address@hidden>
+
+       * frames.texi (Frame Commands): Clarify docs for C-x 5 1.
+
 2011-09-10  Eli Zaretskii  <address@hidden>

        * 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  <address@hidden>
+
+       * frame.el (delete-other-frames): Clarify docstring.
+
 2011-09-10  Eli Zaretskii  <address@hidden>

        * 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."
 

 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]