summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-21 17:46:53 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-21 17:46:53 +0000
commitacfe990d6f3a2b4b3733014e7e1a0db0f6ba5d36 (patch)
treed735cf0475103c655d067723d2314564a44aad65 /lisp/files.el
parent1dce04a635c82e946ff9503958b22b1ce8885df4 (diff)
downloademacs-acfe990d6f3a2b4b3733014e7e1a0db0f6ba5d36.tar.gz
(delete-auto-save-files): Doc fix.
(insert-directory): Don't quote braces for shell.
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el
index b46b2294d05..acc00097464 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -29,7 +29,7 @@
;;; Code:
(defconst delete-auto-save-files t
- "*Non-nil means delete a buffer's auto-save file when the buffer is saved.")
+ "*Non-nil means delete auto-save file when a buffer is saved or killed.")
(defconst directory-abbrev-alist
nil
@@ -2065,7 +2065,7 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'."
;; We also currently don't quote the quoting characters
;; in case people want to use them explicitly to quote
;; wildcard characters.
- (while (string-match "[ \t\n;<>&|{}()#$]" pattern beg)
+ (while (string-match "[ \t\n;<>&|()#$]" pattern beg)
(setq pattern
(concat (substring pattern 0 (match-beginning 0))
"\\"