diff options
| author | Luc Teirlinck | 2004-07-06 21:20:26 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-07-06 21:20:26 +0000 |
| commit | d1d70b6ea7131dea005c88ef6e662cd19c8bf460 (patch) | |
| tree | 59821c7312286d687bbe8cda453b346f2474bf94 /lispref/frames.texi | |
| parent | bac663256f8bad9044fdb9da4c30f43e4b1720f0 (diff) | |
| download | emacs-d1d70b6ea7131dea005c88ef6e662cd19c8bf460.tar.gz emacs-d1d70b6ea7131dea005c88ef6e662cd19c8bf460.zip | |
(Input Focus): Capitalize Lisp.
Diffstat (limited to 'lispref/frames.texi')
| -rw-r--r-- | lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 24540f471f8..8bf157335ca 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -997,7 +997,7 @@ Some window systems and window managers direct keyboard input to the | |||
| 997 | window object that the mouse is in; others require explicit clicks or | 997 | window object that the mouse is in; others require explicit clicks or |
| 998 | commands to @dfn{shift the focus} to various window objects. Either | 998 | commands to @dfn{shift the focus} to various window objects. Either |
| 999 | way, Emacs automatically keeps track of which frame has the focus. To | 999 | way, Emacs automatically keeps track of which frame has the focus. To |
| 1000 | switch to a different frame from a lisp function, call | 1000 | switch to a different frame from a Lisp function, call |
| 1001 | @code{select-frame-set-input-focus}. | 1001 | @code{select-frame-set-input-focus}. |
| 1002 | 1002 | ||
| 1003 | Lisp programs can also switch frames ``temporarily'' by calling the | 1003 | Lisp programs can also switch frames ``temporarily'' by calling the |