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
da30bf98
Commit
da30bf98
authored
Aug 19, 1997
by
Kenichi Handa
Browse files
(append-to-file): Doc-string fixed.
parent
a0d4676a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/files.el
lisp/files.el
+1
-2
No files found.
lisp/files.el
View file @
da30bf98
...
...
@@ -2337,8 +2337,7 @@ Don't call it from programs! Use `insert-file-contents' instead.
"Append the contents of the region to the end of file FILENAME.
When called from a function, expects three arguments,
START, END and FILENAME. START and END are buffer positions
saying what text to write.
A prefix argument enables user to specify the coding-system interactively."
saying what text to write."
(
interactive
"r\nFAppend to file: "
)
(
write-region
start
end
filename
t
))
...
...
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