# HG changeset patch # User Glenn Morris # Date 1251169329 0 # Node ID 904d63cfa2f33d1a473b0bce76ff22d5c6588359 # Parent c72e3dd88ed457919d4a140721cd268677297786 (Format Conversion Round-Trip): Mention nil regexp. diff -r c72e3dd88ed4 -r 904d63cfa2f3 doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Tue Aug 25 03:01:20 2009 +0000 +++ b/doc/lispref/ChangeLog Tue Aug 25 03:02:09 2009 +0000 @@ -2,6 +2,8 @@ * display.texi (Fontsets): Fix typo. + * files.texi (Format Conversion Round-Trip): Mention nil regexp. + 2009-08-19 Stefan Monnier * processes.texi (Asynchronous Processes): Adjust arglist of diff -r c72e3dd88ed4 -r 904d63cfa2f3 doc/lispref/files.texi --- a/doc/lispref/files.texi Tue Aug 25 03:01:20 2009 +0000 +++ b/doc/lispref/files.texi Tue Aug 25 03:02:09 2009 +0000 @@ -2901,7 +2901,7 @@ @item regexp A regular expression which is used to recognize files represented in -this format. +this format. If @code{nil}, the format is never applied automatically. @item from-fn A shell command or function to decode data in this format (to convert