diff options
| author | Richard M. Stallman | 1993-02-26 21:09:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-02-26 21:09:25 +0000 |
| commit | 1c07d0a6345682b6a1d4d8b4bd7fa651a02993f8 (patch) | |
| tree | 30eb77b48798d83fab3569c8f6f69c64a2008cd5 /src | |
| parent | f1f2d09afd57ae24d2869061fe95476e3a9d2401 (diff) | |
| download | emacs-1c07d0a6345682b6a1d4d8b4bd7fa651a02993f8.tar.gz emacs-1c07d0a6345682b6a1d4d8b4bd7fa651a02993f8.zip | |
(syms_of_keyboard): 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 d17390433ed..73be93a0d69 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -4259,7 +4259,7 @@ so that you can determine whether the command was run by mouse or not."); | |||
| 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\ |