diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-27 13:09:49 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-27 13:11:47 +0200 |
commit | 8deb7978974f87b9fc43babf93a96b045c8e788d (patch) | |
tree | 816ae9dda4b2f3757f8188214077b165e5246524 /doc/lispref/files.texi | |
parent | e16ee5fde6db97ecd70630c15196c4337726154a (diff) | |
download | emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.tar.gz emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.tar.bz2 emacs-8deb7978974f87b9fc43babf93a96b045c8e788d.zip |
; Fix quoting of non-nil in texinfo sources
Diffstat (limited to 'doc/lispref/files.texi')
-rw-r--r-- | doc/lispref/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index b26d4f10585..183b2786eae 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -3136,7 +3136,7 @@ a list of file names that match it. @var{pattern} is, by default, a ``glob''/wildcard string, e.g., @samp{"/tmp/*.png"} or @samp{"/*/*/foo.png"}, but can also be a -regular expression if the optional @var{regexp} parameter is non-nil. +regular expression if the optional @var{regexp} parameter is non-@code{nil}. In any case, the matches are applied per sub-directory, so a match can't span a parent/sub directory. |