diff man/lispref/commands.texi @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 05472e90ae02
line wrap: on
line diff
--- a/man/lispref/commands.texi	Mon Aug 13 08:45:53 2007 +0200
+++ b/man/lispref/commands.texi	Mon Aug 13 08:46:35 2007 +0200
@@ -724,7 +724,7 @@
 
 @defvar last-command-char
 If the value of @code{last-command-event} is a keyboard event, then this
-is the nearest @sc{ASCII} equivalent to it.  This the the value that
+is the nearest @sc{ASCII} equivalent to it.  This is the value that
 @code{self-insert-command} will put in the buffer.  Remember that there
 is @emph{not} a 1:1 mapping between keyboard events and @sc{ASCII}
 characters: the set of keyboard events is much larger, so writing code
@@ -1087,7 +1087,7 @@
 
 @defun event-over-text-area-p event
 Given a mouse-motion, button-press, or button-release event, this
-function returns @code{t} if the event is over the the text area of a
+function returns @code{t} if the event is over the text area of a
 window.  Otherwise, @code{nil} is returned.  The modeline is not
 considered to be part of the text area.
 @end defun