From 0706c025672b03ae8a2d646c9bd25a8edaaa695f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 25 Aug 2009 03:02:09 +0000 Subject: [PATCH] (Format Conversion Round-Trip): Mention nil regexp. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/files.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5