]> git.eshelyaron.com Git - emacs.git/commitdiff
Typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 29 Nov 2005 03:13:06 +0000 (03:13 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 29 Nov 2005 03:13:06 +0000 (03:13 +0000)
lisp/help.el

index 5141c06981a379c3160abc3e61aad0612a12d8fa..b1e682906e33af5aedf0e730ccbfb87a2fe69b64 100644 (file)
@@ -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.