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
Open sidebar
emacs
emacs
Commits
d88bee5a
Commit
d88bee5a
authored
Feb 27, 2009
by
Glenn Morris
Browse files
(Finteractive): Doc fix.
parent
6565b5ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/callint.c
src/callint.c
+1
-1
No files found.
src/ChangeLog
View file @
d88bee5a
2009-02-27 Glenn Morris <rgm@gnu.org>
* callint.c (Finteractive): Doc fix.
2009-02-27 Kenichi Handa <handa@m17n.org>
* lread.c (read_escape): Signal an error for invalid \UXXXXXXXX.
...
...
src/callint.c
View file @
d88bee5a
...
...
@@ -127,7 +127,7 @@ If the string begins with `^' and `shift-select-mode' is non-nil,
Emacs first calls the function `handle-shift-select'.
You may use `@', `*', and `^' together. They are processed in the
order that they appear, before reading any arguments.
usage: (interactive ARGS) */
)
usage: (interactive
&optional
ARGS) */
)
(
args
)
Lisp_Object
args
;
{
...
...
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