changeset 99633:9e18920d7076

Fix typo in last change.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 16 Nov 2008 21:02:22 +0000
parents 73ea1a22b6f4
children 4aa56c6b5ac5
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Sun Nov 16 21:02:05 2008 +0000
+++ b/lisp/subr.el	Sun Nov 16 21:02:22 2008 +0000
@@ -1819,7 +1819,7 @@
 	(while (progn (message "%s%s"
 			       prompt
 			       (make-string (length pass) ?.))
-		      ;; We used to use read-char-exclusive, that that
+		      ;; We used to use read-char-exclusive, but that
 		      ;; gives funny behavior when the user presses,
 		      ;; e.g., the arrow keys.
 		      (setq c (read-event nil t))