]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 c2afcc5cc112fa6c494bd20569b0d5336e9791b2..a8d55c4cc1416cbf70f166c7fdff09dd47a8dd59 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 8fea4f051478bf6cdf5d1ae9cdb7dd6c2e80bac4..ab9b085f1d9a6235347e24e3e59fa23a83caa552 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)