1
0
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:
Kenichi Handa 1997-08-19 10:59:47 +00:00
parent a0d4676ae3
commit da30bf98df

View File

@ -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))