]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in last change.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 16 Nov 2008 21:02:22 +0000 (21:02 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 16 Nov 2008 21:02:22 +0000 (21:02 +0000)
lisp/subr.el

index eb4cf15e14184dc3ae7db92e68a2873ea72295ef..d3160ef239e86bc47e96168bea375eaa3edeb6db 100644 (file)
@@ -1819,7 +1819,7 @@ by doing (clear-string STRING)."
        (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))