mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-19 11:27:34 +00:00
(append-to-file): Doc-string fixed.
This commit is contained in:
parent
a0d4676ae3
commit
da30bf98df
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue