diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3af7a823ac0..5989793d2c6 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 --git a/doc/lispref/files.texi b/doc/lispref/files.texi index ff225e0230b..cbba096c7b9 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -2901,7 +2901,7 @@ A documentation string for the format. @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