# HG changeset patch # User Eli Zaretskii # Date 1147458224 0 # Node ID b790baa4b19c472551e6eae8c7ea45db1b31a705 # Parent 61cffb1025d16aa9a5421b69dab585c94cb9b20d *** empty log message *** diff -r 61cffb1025d1 -r b790baa4b19c lispref/ChangeLog --- a/lispref/ChangeLog Fri May 12 18:23:23 2006 +0000 +++ b/lispref/ChangeLog Fri May 12 18:23:44 2006 +0000 @@ -1,5 +1,13 @@ 2006-05-12 Eli Zaretskii + * text.texi (Undo): Document that undo is turned off in buffers + whose names begin with a space. + + * buffers.texi (Buffer Names): Add index entries for buffers whose + names begin with a space. + (Creating Buffers): Document that undo is turned off in buffers + whose names begin with a space. + * files.texi (Visiting Functions, Reading from Files) (Saving Buffers): Mention code and EOL conversions by file I/O primitives and subroutines. diff -r 61cffb1025d1 -r b790baa4b19c man/ChangeLog --- a/man/ChangeLog Fri May 12 18:23:23 2006 +0000 +++ b/man/ChangeLog Fri May 12 18:23:44 2006 +0000 @@ -1,5 +1,7 @@ 2006-05-12 Eli Zaretskii + * files.texi (Visiting): Fix wording. + * mule.texi (Coding Systems, Text Coding): More indexing. Mention that C-x RET f can set eol conversion.