aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/frames.texi2
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
997window object that the mouse is in; others require explicit clicks or 997window object that the mouse is in; others require explicit clicks or
998commands to @dfn{shift the focus} to various window objects. Either 998commands to @dfn{shift the focus} to various window objects. Either
999way, Emacs automatically keeps track of which frame has the focus. To 999way, Emacs automatically keeps track of which frame has the focus. To
1000switch to a different frame from a lisp function, call 1000switch 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
1003Lisp programs can also switch frames ``temporarily'' by calling the 1003Lisp programs can also switch frames ``temporarily'' by calling the