# HG changeset patch # User aidan # Date 1145207370 0 # Node ID e9214c743a8b33d5a8c09bf976e9f674f4fcef13 # Parent 29234c1a76c790e55bf54d4c6cdb5679c4fef0cd [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". diff -r 29234c1a76c7 -r e9214c743a8b lisp/cmdloop.el --- 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.