Mercurial > emacs
changeset 1802:456ebec04db7
(Frecent_keys): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 15 Jan 1993 21:57:50 +0000 |
parents | dd8e5024b4f9 |
children | 5752a95053f2 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Fri Jan 15 07:02:35 1993 +0000 +++ b/src/keyboard.c Fri Jan 15 21:57:50 1993 +0000 @@ -3684,7 +3684,7 @@ } DEFUN ("recent-keys", Frecent_keys, Srecent_keys, 0, 0, 0, - "Return vector of last 100 chars read from terminal.") + "Return vector of last 100 events, not counting those from keyboard macros.") () { Lisp_Object *keys = XVECTOR (recent_keys)->contents;