summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-03-21 16:15:45 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-03-21 16:15:45 +0000
commitc3f82997d75474e22077d4d5a5e74bb44d17297c (patch)
tree5eaff4d586bbe28123b7353d52c0886d072bc924 /lisp/help.el
parent815b81c8f205562b9d920fc95448924d130e2ab4 (diff)
downloademacs-c3f82997d75474e22077d4d5a5e74bb44d17297c.tar.gz
Fix typo in comment.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
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.