Some fixes around `delete-other-frames' and `next-frame'
commit63415a53c7ad31d51295c25423a9151b6737d6be
authorMartin Rudalics <rudalics@gmx.at>
Thu, 25 Aug 2016 08:53:27 +0000 (25 10:53 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 25 Aug 2016 08:53:27 +0000 (25 10:53 +0200)
treee916cc1edcc609491c332e2ddcfdaaf54cbf492f
parent70cfe9df957bd2f0699f62fe5e69176313f7c8f0
Some fixes around `delete-other-frames' and `next-frame'

* src/frame.c (Fdelete_frame): Clarify doc-string.
* lisp/frame.el (delete-other-frames): Delete other frames on
FRAME's terminal instead of the current terminal.  Delete
non-minibuffer-only surrogate frames too.  See
http://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00467.html
* doc/lispref/frames.texi (Deleting Frames): Minor fixes for
docs of `delete-frame' and `frame-live-p'.  Add entry for
`delete-other-frames'.
(Finding All Frames): Fix doc of `next-frame'.
doc/lispref/frames.texi
lisp/frame.el
src/frame.c