aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorGlenn Morris2012-05-26 18:06:44 -0700
committerGlenn Morris2012-05-26 18:06:44 -0700
commit33017fafd17d722e82a268e9b272f27df261e09d (patch)
tree9c34640f09d51059804961d697ed9b07e19571d3 /doc/lispref/frames.texi
parentcaf8a9b2b301aba06735d403317b75b41df59bfe (diff)
parented7bebbb489cf6f893fc35a2a6714b0d8e7e8a90 (diff)
downloademacs-33017fafd17d722e82a268e9b272f27df261e09d.tar.gz
emacs-33017fafd17d722e82a268e9b272f27df261e09d.zip
Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 2ff4df55669..330fb654b89 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -108,7 +108,7 @@ for @code{framep} above.
108 108
109To create a new frame, call the function @code{make-frame}. 109To create a new frame, call the function @code{make-frame}.
110 110
111@defun make-frame &optional alist 111@deffn Command make-frame &optional alist
112This function creates and returns a new frame, displaying the current 112This function creates and returns a new frame, displaying the current
113buffer. 113buffer.
114 114
@@ -134,7 +134,7 @@ This function itself does not make the new frame the selected frame.
134@xref{Input Focus}. The previously selected frame remains selected. 134@xref{Input Focus}. The previously selected frame remains selected.
135On graphical terminals, however, the windowing system may select the 135On graphical terminals, however, the windowing system may select the
136new frame for its own reasons. 136new frame for its own reasons.
137@end defun 137@end deffn
138 138
139@defvar before-make-frame-hook 139@defvar before-make-frame-hook
140A normal hook run by @code{make-frame} before it creates the frame. 140A normal hook run by @code{make-frame} before it creates the frame.
@@ -1395,7 +1395,7 @@ same meaning as for @code{select-frame} (see below). The return value
1395of this function is not significant. 1395of this function is not significant.
1396@end defun 1396@end defun
1397 1397
1398@defun select-frame frame &optional norecord 1398@deffn Command select-frame frame &optional norecord
1399This function selects frame @var{frame}, temporarily disregarding the 1399This function selects frame @var{frame}, temporarily disregarding the
1400focus of the X server if any. The selection of @var{frame} lasts until 1400focus of the X server if any. The selection of @var{frame} lasts until
1401the next time the user does something to select a different frame, or 1401the next time the user does something to select a different frame, or
@@ -1418,7 +1418,7 @@ been deleted.
1418In general, you should never use @code{select-frame} in a way that 1418In general, you should never use @code{select-frame} in a way that
1419could switch to a different terminal without switching back when 1419could switch to a different terminal without switching back when
1420you're done. 1420you're done.
1421@end defun 1421@end deffn
1422 1422
1423Emacs cooperates with the window system by arranging to select frames as 1423Emacs cooperates with the window system by arranging to select frames as
1424the server and window manager request. It does so by generating a 1424the server and window manager request. It does so by generating a