]> git.eshelyaron.com Git - emacs.git/commitdiff
(Input Focus): Capitalize Lisp.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 6 Jul 2004 21:20:26 +0000 (21:20 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 6 Jul 2004 21:20:26 +0000 (21:20 +0000)
lispref/frames.texi

index 24540f471f81b01be564ad4f9cb47ef035e9b049..8bf157335cae9fa418906d66f72570b9b5baf9ca 100644 (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
 commands to @dfn{shift the focus} to various window objects.  Either
 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}.
 
 Lisp programs can also switch frames ``temporarily'' by calling the