mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(Format Conversion Round-Trip): Mention nil regexp.
This commit is contained in:
parent
664d56b8b4
commit
0706c02567
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
* display.texi (Fontsets): Fix typo.
|
||||
|
||||
* files.texi (Format Conversion Round-Trip): Mention nil regexp.
|
||||
|
||||
2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* processes.texi (Asynchronous Processes): Adjust arglist of
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue