From: Chong Yidong Date: Wed, 21 Mar 2007 16:15:45 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-22.0.97~254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3f82997d75474e22077d4d5a5e74bb44d17297c;p=emacs.git Fix typo in comment. --- diff --git a/lisp/help.el b/lisp/help.el index d0783dd0351..926c43c300d 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -642,7 +642,7 @@ temporarily enables it to allow getting help on disabled items and buttons." (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.