diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2005-11-29 03:13:06 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2005-11-29 03:13:06 +0000 |
commit | c6a257fc2b22b7a2d0cb363b0243638e4f7b85a0 (patch) | |
tree | a868ac5f7c21d798da41dfa144e7d81464381c89 /lisp/help.el | |
parent | 867e8d9ac0ec92baa6adb1643df638008b098eca (diff) | |
download | emacs-c6a257fc2b22b7a2d0cb363b0243638e4f7b85a0.tar.gz |
Typo.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 5141c06981a..b1e682906e3 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -615,7 +615,7 @@ KEY can be any kind of a key sequence; it can include keyboard events, mouse events, and/or menu events. When calling from a program, pass KEY as a string or a vector. -If non-nil, UNTRANSLATED is a vector of the correspondinguntranslated events. +If non-nil, UNTRANSLATED is a vector of the corresponding untranslated events. It can also be a number, in which case the untranslated events from the last key sequence entered are used." ;; UP-EVENT is the up-event that was discarded by reading KEY, or nil. |