diff options
| author | Richard M. Stallman | 1995-02-15 00:02:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-02-15 00:02:48 +0000 |
| commit | b631003ba9105fdf87d32625f25522aa6609fef2 (patch) | |
| tree | f195d075d64165a3288dba2b6879fca2633f5909 /src | |
| parent | 5bf01b68c777a234f14c5971efa4ce308743aef9 (diff) | |
| download | emacs-b631003ba9105fdf87d32625f25522aa6609fef2.tar.gz emacs-b631003ba9105fdf87d32625f25522aa6609fef2.zip | |
Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callint.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index 357f4b9aa86..cb6dad1e41e 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -80,7 +80,8 @@ e -- Parametrized event (i.e., one that's a list) that invoked this command.\n\ | |||
| 80 | This skips events that are integers or symbols.\n\ | 80 | This skips events that are integers or symbols.\n\ |
| 81 | f -- Existing file name.\n\ | 81 | f -- Existing file name.\n\ |
| 82 | F -- Possibly nonexistent file name.\n\ | 82 | F -- Possibly nonexistent file name.\n\ |
| 83 | k -- Key sequence (string).\n\ | 83 | k -- Key sequence (downcase the last event if needed to get a definition).\n\ |
| 84 | K -- Key sequence to be redefined (do not downcase the last event).\n\ | ||
| 84 | m -- Value of mark as number. Does not do I/O.\n\ | 85 | m -- Value of mark as number. Does not do I/O.\n\ |
| 85 | n -- Number read using minibuffer.\n\ | 86 | n -- Number read using minibuffer.\n\ |
| 86 | N -- Raw prefix arg, or if none, do like code `n'.\n\ | 87 | N -- Raw prefix arg, or if none, do like code `n'.\n\ |