From b631003ba9105fdf87d32625f25522aa6609fef2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 15 Feb 1995 00:02:48 +0000 Subject: [PATCH] Doc fix. --- src/callint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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\ This skips events that are integers or symbols.\n\ f -- Existing file name.\n\ F -- Possibly nonexistent file name.\n\ -k -- Key sequence (string).\n\ +k -- Key sequence (downcase the last event if needed to get a definition).\n\ +K -- Key sequence to be redefined (do not downcase the last event).\n\ m -- Value of mark as number. Does not do I/O.\n\ n -- Number read using minibuffer.\n\ N -- Raw prefix arg, or if none, do like code `n'.\n\ -- 2.11.4.GIT