diff options
Diffstat (limited to 'lisp')
| -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, | |||
| 615 | mouse events, and/or menu events. When calling from a program, | 615 | mouse events, and/or menu events. When calling from a program, |
| 616 | pass KEY as a string or a vector. | 616 | pass KEY as a string or a vector. |
| 617 | 617 | ||
| 618 | If non-nil, UNTRANSLATED is a vector of the correspondinguntranslated events. | 618 | If non-nil, UNTRANSLATED is a vector of the corresponding untranslated events. |
| 619 | It can also be a number, in which case the untranslated events from | 619 | It can also be a number, in which case the untranslated events from |
| 620 | the last key sequence entered are used." | 620 | the last key sequence entered are used." |
| 621 | ;; UP-EVENT is the up-event that was discarded by reading KEY, or nil. | 621 | ;; UP-EVENT is the up-event that was discarded by reading KEY, or nil. |