diff lisp/ChangeLog @ 4308:41e88d0c934e

[xemacs-hg @ 2007-12-05 19:22:03 by aidan] Use Stephen's suggested docstring for #'write-region.
author aidan
date Wed, 05 Dec 2007 19:22:05 +0000
parents 4ac3a83867c6
children f95358fda5d8
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Dec 05 08:26:03 2007 +0000
+++ b/lisp/ChangeLog	Wed Dec 05 19:22:05 2007 +0000
@@ -1,3 +1,15 @@
+2007-12-05  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* code-files.el (write-region):
+	Use a more concise and probably less confusing docstring from
+	Stephen. See 
+	87ve84323s.fsf@uwakimon.sk.tsukuba.ac.jp. 
+
+	Not following his suggestion of keeping the CODING-SYSTEM name for
+	the last argument, given that that would make reworking the
+	body of the necessary, and that I introduced a short-lived bug the
+	last time I did that. 
+
 2007-12-03  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* bytecomp.el (byte-compile-file-form-custom-declare-variable):