diff options
| author | Glenn Morris | 2014-11-23 23:49:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-11-23 23:49:39 -0800 |
| commit | 3e3b940fc1b60681fb28cdbba99527bdd7ba08cc (patch) | |
| tree | 3920c74e7905f231b857dcad8e4aaac5f3db290a /src | |
| parent | 5ceb233b2ddf189333a3ccd199d80ed639fe74c2 (diff) | |
| download | emacs-3e3b940fc1b60681fb28cdbba99527bdd7ba08cc.tar.gz emacs-3e3b940fc1b60681fb28cdbba99527bdd7ba08cc.zip | |
* src/keyboard.c: Fix comment typo.
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 eb27d6fefab..29bf9ed9e1a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11721,7 +11721,7 @@ keys_of_keyboard (void) | |||
| 11721 | - we enter the second prompt. | 11721 | - we enter the second prompt. |
| 11722 | current-prefix-arg is non-nil, prefix-arg is nil. | 11722 | current-prefix-arg is non-nil, prefix-arg is nil. |
| 11723 | - before running the first real event, we run the special iconify-frame | 11723 | - before running the first real event, we run the special iconify-frame |
| 11724 | event, but we pass the `special' arg to execute-command so | 11724 | event, but we pass the `special' arg to command-execute so |
| 11725 | current-prefix-arg and prefix-arg are left untouched. | 11725 | current-prefix-arg and prefix-arg are left untouched. |
| 11726 | - here we foolishly copy the non-nil current-prefix-arg to prefix-arg. | 11726 | - here we foolishly copy the non-nil current-prefix-arg to prefix-arg. |
| 11727 | - the next key event will have a spuriously non-nil current-prefix-arg. */ | 11727 | - the next key event will have a spuriously non-nil current-prefix-arg. */ |