aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1992-06-23 20:44:54 +0000
committerRichard M. Stallman1992-06-23 20:44:54 +0000
commitfd7b67ea6e3414b7b2ae5e67efdd6f55587bceb2 (patch)
tree1c12f53a21ad53e9e393f88d98e2fb5cd39f22dd /src
parentc4ee45e5ba8e3dcd4aa438360af9de47d25695be (diff)
downloademacs-fd7b67ea6e3414b7b2ae5e67efdd6f55587bceb2.tar.gz
emacs-fd7b67ea6e3414b7b2ae5e67efdd6f55587bceb2.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 2afccde9315..12d936ad0d8 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -3050,7 +3050,7 @@ Actually, the value is nil only if we can be sure that no input is available.")
3050} 3050}
3051 3051
3052DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0, 3052DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0,
3053 "Return vector of last 100 chars read from terminal.") 3053 "Return a vector of last 100 events read from terminal.")
3054 () 3054 ()
3055{ 3055{
3056 Lisp_Object val; 3056 Lisp_Object val;