1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

(Input Focus): Capitalize Lisp.

This commit is contained in:
Luc Teirlinck 2004-07-06 21:20:26 +00:00
parent bac663256f
commit d1d70b6ea7

View File

@ -997,7 +997,7 @@ Some window systems and window managers direct keyboard input to the
window object that the mouse is in; others require explicit clicks or window object that the mouse is in; others require explicit clicks or
commands to @dfn{shift the focus} to various window objects. Either commands to @dfn{shift the focus} to various window objects. Either
way, Emacs automatically keeps track of which frame has the focus. To way, Emacs automatically keeps track of which frame has the focus. To
switch to a different frame from a lisp function, call switch to a different frame from a Lisp function, call
@code{select-frame-set-input-focus}. @code{select-frame-set-input-focus}.
Lisp programs can also switch frames ``temporarily'' by calling the Lisp programs can also switch frames ``temporarily'' by calling the