]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-frame): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 24 Jul 2004 21:45:28 +0000 (21:45 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 24 Jul 2004 21:45:28 +0000 (21:45 +0000)
lisp/frame.el

index bd63f9f46d10a87f9854be7e080e8deab6ed63a2..a364d7f491bc3458c68b046594b40f69b1c2b456 100644 (file)
@@ -612,7 +612,13 @@ You cannot specify either `width' or `height', you must use neither or both.
 
 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)))