aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-02-15 00:02:48 +0000
committerRichard M. Stallman1995-02-15 00:02:48 +0000
commitb631003ba9105fdf87d32625f25522aa6609fef2 (patch)
treef195d075d64165a3288dba2b6879fca2633f5909 /src
parent5bf01b68c777a234f14c5971efa4ce308743aef9 (diff)
downloademacs-b631003ba9105fdf87d32625f25522aa6609fef2.tar.gz
emacs-b631003ba9105fdf87d32625f25522aa6609fef2.zip
Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/callint.c3
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\
81f -- Existing file name.\n\ 81f -- Existing file name.\n\
82F -- Possibly nonexistent file name.\n\ 82F -- Possibly nonexistent file name.\n\
83k -- Key sequence (string).\n\ 83k -- Key sequence (downcase the last event if needed to get a definition).\n\
84K -- Key sequence to be redefined (do not downcase the last event).\n\
84m -- Value of mark as number. Does not do I/O.\n\ 85m -- Value of mark as number. Does not do I/O.\n\
85n -- Number read using minibuffer.\n\ 86n -- Number read using minibuffer.\n\
86N -- Raw prefix arg, or if none, do like code `n'.\n\ 87N -- Raw prefix arg, or if none, do like code `n'.\n\