]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-file-name-quote-list): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Sun, 9 Jun 1996 12:51:53 +0000 (12:51 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 9 Jun 1996 12:51:53 +0000 (12:51 +0000)
lisp/comint.el

index c7522fefff7d0daed25713c46f8214e7abc088a0..8a043d739cc2358b8a9b7f47bfb4809b0b4e2203 100644 (file)
@@ -1824,7 +1824,7 @@ This is used by comint's and shell's completion functions, and by shell's
 directory tracking functions.")
 
 (defvar comint-file-name-quote-list nil
-  "List of characters to quote with `\' when in a file name.
+  "List of characters to quote with `\\' when in a file name.
 
 This is a good thing to set in mode hooks.")