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
83f0c0c7
Commit
83f0c0c7
authored
Dec 04, 1997
by
Karl Heuer
Browse files
(Feval_region): Doc correction (point does not move).
parent
0f69cb38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/lread.c
src/lread.c
+1
-2
No files found.
src/lread.c
View file @
83f0c0c7
...
...
@@ -1019,8 +1019,7 @@ of the text to be executed.\n\
Programs can pass third argument PRINTFLAG which controls output:
\n
\
nil means discard it; anything else is stream for printing it.
\n
\
\n
\
If there is no error, point does not move. If there is an error,
\n
\
point remains at the end of the last character read from the buffer."
)
This function does not move point."
)
(
start
,
end
,
printflag
)
Lisp_Object
start
,
end
,
printflag
;
{
...
...
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