diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 2 |
2 files changed, 3 insertions, 1 deletions
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 @@ | |||
| 2 | 2 | ||
| 3 | * display.texi (Fontsets): Fix typo. | 3 | * display.texi (Fontsets): Fix typo. |
| 4 | 4 | ||
| 5 | * files.texi (Format Conversion Round-Trip): Mention nil regexp. | ||
| 6 | |||
| 5 | 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | 8 | ||
| 7 | * processes.texi (Asynchronous Processes): Adjust arglist of | 9 | * 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. | |||
| 2901 | 2901 | ||
| 2902 | @item regexp | 2902 | @item regexp |
| 2903 | A regular expression which is used to recognize files represented in | 2903 | A regular expression which is used to recognize files represented in |
| 2904 | this format. | 2904 | this format. If @code{nil}, the format is never applied automatically. |
| 2905 | 2905 | ||
| 2906 | @item from-fn | 2906 | @item from-fn |
| 2907 | A shell command or function to decode data in this format (to convert | 2907 | A shell command or function to decode data in this format (to convert |