From da30bf98df0d322e597b2bee1dc0ff747dbe8f82 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 19 Aug 1997 10:59:47 +0000 Subject: [PATCH] (append-to-file): Doc-string fixed. --- lisp/files.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/files.el b/lisp/files.el index 4bd9e89262b..3d264a3ddd5 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)) -- 2.11.4.GIT