Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
425b457e
Commit
425b457e
authored
Dec 26, 2006
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Finteractive): Doc fix.
parent
3b2452fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/callint.c
src/callint.c
+3
-3
No files found.
src/callint.c
View file @
425b457e
...
...
@@ -60,7 +60,7 @@ static Lisp_Object point_marker;
/* String for the prompt text used in Fcall_interactively. */
static
Lisp_Object
callint_message
;
/* ARGSUSED */
DEFUN
(
"interactive"
,
Finteractive
,
Sinteractive
,
0
,
UNEVALLED
,
0
,
doc
:
/* Specify a way of parsing arguments for interactive use of a function.
...
...
@@ -102,7 +102,7 @@ K -- Key sequence to be redefined (do not downcase the last event).
m -- Value of mark as number. Does not do I/O.
M -- Any string. Inherits the current input method.
n -- Number read using minibuffer.
N --
Raw
prefix arg, or if none, do like code `n'.
N --
Numeric
prefix arg, or if none, do like code `n'.
p -- Prefix arg converted to number. Does not do I/O.
P -- Prefix arg in raw form. Does not do I/O.
r -- Region: point and mark as 2 numeric args, smallest first. Does no I/O.
...
...
@@ -688,7 +688,7 @@ invoke it. If KEYS is omitted or nil, the return value of
Qnil
,
Qnil
,
Qnil
,
Qt
);
break
;
case
'N'
:
/* Prefix arg, else number from minibuffer */
case
'N'
:
/* Prefix arg
as number
, else number from minibuffer */
if
(
!
NILP
(
prefix_arg
))
goto
have_prefix_arg
;
case
'n'
:
/* Read number from minibuffer. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment