changeset 3344:e9214c743a8b

[xemacs-hg @ 2006-04-16 17:09:30 by aidan] cmdloop.el typo fix, following my last change to it: "Any input that not a digit" -> "Any input that is not a digit".
author aidan
date Sun, 16 Apr 2006 17:09:30 +0000
parents 29234c1a76c7
children 57a988d35c0c
files lisp/cmdloop.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cmdloop.el	Sun Apr 16 15:54:21 2006 +0000
+++ b/lisp/cmdloop.el	Sun Apr 16 17:09:30 2006 +0000
@@ -548,8 +548,8 @@
 Also, if the first character read is a digit of base (the value of)
 `read-quoted-char-radix', we read as many of such digits as are
 typed and return a character with the corresponding Unicode code
-point.  Any input that not a digit (in the base used) terminates the
-sequence.  If the terminator is RET, it is discarded; any other
+point.  Any input that is not a digit (in the base used) terminates
+the sequence.  If the terminator is RET, it is discarded; any other
 terminator is used itself as input.
 
 The optional argument PROMPT specifies a string to use to prompt the user.