mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
(append-to-file): Doc-string fixed.
This commit is contained in:
parent
a0d4676ae3
commit
da30bf98df
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user