changeset 56366:b281f2cb7724

(Input Focus): Capitalize Lisp.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 06 Jul 2004 21:20:26 +0000
parents e7285ebf3b7a
children 2616c5cc9611
files lispref/frames.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/frames.texi	Tue Jul 06 19:44:09 2004 +0000
+++ b/lispref/frames.texi	Tue Jul 06 21:20:26 2004 +0000
@@ -997,7 +997,7 @@
 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