Mercurial > emacs
changeset 9342:fdccacaec145
(Finteractive): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Oct 1994 22:55:50 +0000 |
parents | e5ecfda9e730 |
children | ee9866892683 |
files | src/callint.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callint.c Tue Oct 04 19:49:16 1994 +0000 +++ b/src/callint.c Tue Oct 04 22:55:50 1994 +0000 @@ -81,7 +81,7 @@ k -- Key sequence (string).\n\ m -- Value of mark as number. Does not do I/O.\n\ n -- Number read using minibuffer.\n\ -N -- Prefix arg converted to number, or if none, do like code `n'.\n\ +N -- Raw prefix arg, or if none, do like code `n'.\n\ p -- Prefix arg converted to number. Does not do I/O.\n\ P -- Prefix arg in raw form. Does not do I/O.\n\ r -- Region: point and mark as 2 numeric args, smallest first. Does no I/O.\n\