* src/keyboard.c: Fix comment typo.
This commit is contained in:
parent
5ceb233b2d
commit
3e3b940fc1
1 changed files with 1 additions and 1 deletions
|
@ -11721,7 +11721,7 @@ keys_of_keyboard (void)
|
|||
- we enter the second prompt.
|
||||
current-prefix-arg is non-nil, prefix-arg is nil.
|
||||
- before running the first real event, we run the special iconify-frame
|
||||
event, but we pass the `special' arg to execute-command so
|
||||
event, but we pass the `special' arg to command-execute so
|
||||
current-prefix-arg and prefix-arg are left untouched.
|
||||
- here we foolishly copy the non-nil current-prefix-arg to prefix-arg.
|
||||
- the next key event will have a spuriously non-nil current-prefix-arg. */
|
||||
|
|
Loading…
Add table
Reference in a new issue