changeset 76651:f80b58f9495a

Fix typo in comment.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 21 Mar 2007 16:15:45 +0000
parents 52354deba43e
children 4a84a019a748
files lisp/help.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help.el	Wed Mar 21 13:28:53 2007 +0000
+++ b/lisp/help.el	Wed Mar 21 16:15:45 2007 +0000
@@ -642,7 +642,7 @@
 	   (list
 	    key
 	    (prefix-numeric-value current-prefix-arg)
-	    ;; If KEY is a down-event, read and discard the
+	    ;; If KEY is a down-event, read and include the
 	    ;; corresponding up-event.  Note that there are also
 	    ;; down-events on scroll bars and mode lines: the actual
 	    ;; event then is in the second element of the vector.