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
1d386d28
Commit
1d386d28
authored
Jan 11, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fwrite_region): Doc fix.
parent
88c1aa79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/fileio.c
src/fileio.c
+2
-2
No files found.
src/fileio.c
View file @
1d386d28
...
...
@@ -2436,11 +2436,11 @@ Optional fourth argument APPEND if non-nil means\n\
Optional fifth argument VISIT if t means
\n
\
set the last-save-file-modtime of buffer to this file's modtime
\n
\
and mark buffer not modified.
\n
\
If VISIT is neither t nor nil, it means do not print
\n
\
the
\"
Wrote file
\"
message.
\n
\
If VISIT is a string, it is a second file name;
\n
\
the output goes to FILENAME, but the buffer is marked as visiting VISIT.
\n
\
VISIT is also the file name to lock and unlock for clash detection.
\n
\
If VISIT is neither t nor nil nor a string,
\n
\
that means do not print the
\"
Wrote file
\"
message.
\n
\
Kludgy feature: if START is a string, then that string is written
\n
\
to the file, instead of any buffer contents, and END is ignored."
)
(
start
,
end
,
filename
,
append
,
visit
)
...
...
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