* frame.el (delete-other-frames): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 11 Sep 2011 21:47:39 +0000 (17:47 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 11 Sep 2011 21:47:39 +0000 (17:47 -0400)
Fixes: debbugs:276

lisp/ChangeLog
lisp/frame.el

index c2afcc5..a8d55c4 100644 (file)
@@ -5,6 +5,8 @@
        (display-buffer-alist, display-buffer-default-action)
        (display-buffer-overriding-action): Add defcustom types.
 
+       * frame.el (delete-other-frames): Doc fix (Bug#276).
+
 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
index 8fea4f0..ab9b085 100644 (file)
@@ -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)