]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-auto-save-files): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Jun 1994 17:46:53 +0000 (17:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Jun 1994 17:46:53 +0000 (17:46 +0000)
(insert-directory): Don't quote braces for shell.

lisp/files.el

index b46b2294d057da95283681ab17aaf8271ccb3d11..acc00097464ac8224e7cfc6d6cc015778bcf687e 100644 (file)
@@ -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))
                              "\\"