summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-08 17:07:13 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-08 17:11:01 -0800
commitf8284f1e408b38e6a3c0e2a1d5a465fefac6800a (patch)
tree968d78aea467a7f574227bdb46073a15e4372efb /lisp/files.el
parentb7f843adfd91bdbb24af7539a782d12767646fce (diff)
downloademacs-f8284f1e408b38e6a3c0e2a1d5a465fefac6800a.tar.gz
Fix some quoting glitches in doc strings
This also fixes a misplaced "only".
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 7690357058b..f7726b566a9 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -6864,7 +6864,7 @@ regardless of the language.")
The return value is a cons (DIR . WILDCARDS); DIR is the
`default-directory' in the Dired buffer, and WILDCARDS are the wildcards.
-Valid wildcards are '*', '?', '[abc]' and '[a-z]'."
+Valid wildcards are `*', `?', `[abc]' and `[a-z]'."
(let ((wildcards "[?*"))
(when (and (or (not (featurep 'ls-lisp))
ls-lisp-support-shell-wildcards)