diff options
| author | Richard M. Stallman | 1993-01-15 21:57:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-01-15 21:57:50 +0000 |
| commit | 22d7cb8974141c9131909eec112da4bae8ca3f91 (patch) | |
| tree | 4c19ec8bc68fc9b5300b6dcd3864c8227f97514d /src | |
| parent | 62c9fad7e208697e462877973d81224d9bf1d8e6 (diff) | |
| download | emacs-22d7cb8974141c9131909eec112da4bae8ca3f91.tar.gz emacs-22d7cb8974141c9131909eec112da4bae8ca3f91.zip | |
(Frecent_keys): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 50e39fdabcf..3c139c68644 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3684,7 +3684,7 @@ Actually, the value is nil only if we can be sure that no input is available.") | |||
| 3684 | } | 3684 | } |
| 3685 | 3685 | ||
| 3686 | DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0, | 3686 | DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0, |
| 3687 | "Return vector of last 100 chars read from terminal.") | 3687 | "Return vector of last 100 events, not counting those from keyboard macros.") |
| 3688 | () | 3688 | () |
| 3689 | { | 3689 | { |
| 3690 | Lisp_Object *keys = XVECTOR (recent_keys)->contents; | 3690 | Lisp_Object *keys = XVECTOR (recent_keys)->contents; |