changeset 56528:b1b127f6d343

(make-frame): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 24 Jul 2004 21:45:28 +0000
parents 1e634b993162
children 7186cf407b7a
files lisp/frame.el
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Sat Jul 24 21:44:45 2004 +0000
+++ b/lisp/frame.el	Sat Jul 24 21:45:28 2004 +0000
@@ -612,7 +612,13 @@
 
 Before the frame is created (via `frame-creation-function'), functions on the
 hook `before-make-frame-hook' are run.  After the frame is created, functions
-on `after-make-frame-functions' are run with one arg, the newly created frame."
+on `after-make-frame-functions' are run with one arg, the newly created frame.
+
+This function itself does not make the new frame the selected frame.
+The previously selected frame remains selected.  However, the
+window system may select the new frame for its own reasons, for
+instance if the frame appears under the mouse pointer and your
+setup is for focus to follow the pointer."
   (interactive)
   (run-hooks 'before-make-frame-hook)
   (let ((frame (funcall frame-creation-function parameters)))