Mercurial > emacs
changeset 19435:608acf74b95b
(append-to-file): Doc-string fixed.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 19 Aug 1997 10:59:47 +0000 |
parents | 31d9ded94ba4 |
children | 38aa295db414 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Aug 19 10:58:40 1997 +0000 +++ b/lisp/files.el Tue Aug 19 10:59:47 1997 +0000 @@ -2337,8 +2337,7 @@ "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))