]> git.eshelyaron.com Git - emacs.git/commitdiff
(append-to-file): Doc-string fixed.
authorKenichi Handa <handa@m17n.org>
Tue, 19 Aug 1997 10:59:47 +0000 (10:59 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 19 Aug 1997 10:59:47 +0000 (10:59 +0000)
lisp/files.el

index 4bd9e89262be74c053c33d0bb82ea2e72cecf814..3d264a3ddd5f112f4389dd4b51f0a53b33704a94 100644 (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))