# HG changeset patch # User Chong Yidong # Date 1174493745 0 # Node ID f80b58f9495a86e54d86f7b0dfffac31acbca228 # Parent 52354deba43eae010359edbe6def8c2b8a4aad98 Fix typo in comment. diff -r 52354deba43e -r f80b58f9495a lisp/help.el --- 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.