Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
824b5cfc
Commit
824b5cfc
authored
Jun 01, 2000
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fcall_interactively): Doc fix.
parent
d16296bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/callint.c
src/callint.c
+3
-1
No files found.
src/callint.c
View file @
824b5cfc
...
...
@@ -183,7 +183,9 @@ See `interactive'.\n\
\n
\
Optional second arg RECORD-FLAG non-nil
\n
\
means unconditionally put this command in the command-history.
\n
\
Otherwise, this is done only if an arg is read using the minibuffer."
)
Otherwise, this is done only if an arg is read using the minibuffer.
\n
\
Optional third arg KEYS, if given, specifies the sequence of events to
\n
\
supply if the command inquires which events were used to invoke it."
)
(
function
,
record_flag
,
keys
)
Lisp_Object
function
,
record_flag
,
keys
;
{
...
...
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