Mercurial > emacs
comparison src/keyboard.c @ 1960:6051ba81a938
(syms_of_keyboard): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 26 Feb 1993 21:09:25 +0000 |
parents | ba1e55a4ba76 |
children | 1709282a3413 |
comparison
equal
deleted
inserted
replaced
1959:3c827b8110db | 1960:6051ba81a938 |
---|---|
4257 | 4257 |
4258 DEFVAR_LISP ("last-input-char", &last_input_char, | 4258 DEFVAR_LISP ("last-input-char", &last_input_char, |
4259 "Last terminal input key."); | 4259 "Last terminal input key."); |
4260 | 4260 |
4261 DEFVAR_LISP ("unread-command-events", &unread_command_events, | 4261 DEFVAR_LISP ("unread-command-events", &unread_command_events, |
4262 "Lisp of object to be read as next input from input stream, or nil if none."); | 4262 "List of objects to be read as next command input events."); |
4263 | 4263 |
4264 DEFVAR_LISP ("meta-prefix-char", &meta_prefix_char, | 4264 DEFVAR_LISP ("meta-prefix-char", &meta_prefix_char, |
4265 "Meta-prefix character code. Meta-foo as command input\n\ | 4265 "Meta-prefix character code. Meta-foo as command input\n\ |
4266 turns into this character followed by foo."); | 4266 turns into this character followed by foo."); |
4267 XSET (meta_prefix_char, Lisp_Int, 033); | 4267 XSET (meta_prefix_char, Lisp_Int, 033); |