diff options
| author | Glenn Morris | 2012-05-26 18:06:44 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-26 18:06:44 -0700 |
| commit | 33017fafd17d722e82a268e9b272f27df261e09d (patch) | |
| tree | 9c34640f09d51059804961d697ed9b07e19571d3 /doc/lispref/frames.texi | |
| parent | caf8a9b2b301aba06735d403317b75b41df59bfe (diff) | |
| parent | ed7bebbb489cf6f893fc35a2a6714b0d8e7e8a90 (diff) | |
| download | emacs-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.texi | 8 |
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 | ||
| 109 | To create a new frame, call the function @code{make-frame}. | 109 | To 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 |
| 112 | This function creates and returns a new frame, displaying the current | 112 | This function creates and returns a new frame, displaying the current |
| 113 | buffer. | 113 | buffer. |
| 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. |
| 135 | On graphical terminals, however, the windowing system may select the | 135 | On graphical terminals, however, the windowing system may select the |
| 136 | new frame for its own reasons. | 136 | new 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 |
| 140 | A normal hook run by @code{make-frame} before it creates the frame. | 140 | A 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 | |||
| 1395 | of this function is not significant. | 1395 | of 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 |
| 1399 | This function selects frame @var{frame}, temporarily disregarding the | 1399 | This function selects frame @var{frame}, temporarily disregarding the |
| 1400 | focus of the X server if any. The selection of @var{frame} lasts until | 1400 | focus of the X server if any. The selection of @var{frame} lasts until |
| 1401 | the next time the user does something to select a different frame, or | 1401 | the next time the user does something to select a different frame, or |
| @@ -1418,7 +1418,7 @@ been deleted. | |||
| 1418 | In general, you should never use @code{select-frame} in a way that | 1418 | In general, you should never use @code{select-frame} in a way that |
| 1419 | could switch to a different terminal without switching back when | 1419 | could switch to a different terminal without switching back when |
| 1420 | you're done. | 1420 | you're done. |
| 1421 | @end defun | 1421 | @end deffn |
| 1422 | 1422 | ||
| 1423 | Emacs cooperates with the window system by arranging to select frames as | 1423 | Emacs cooperates with the window system by arranging to select frames as |
| 1424 | the server and window manager request. It does so by generating a | 1424 | the server and window manager request. It does so by generating a |