summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-06-09 12:51:53 +0000
committerKarl Heuer <kwzh@gnu.org>1996-06-09 12:51:53 +0000
commite097b3fb7fb508f8b4b64227bca06d7e66ab8c8c (patch)
tree62ba439d0fd876356a28f57fb82246604fdb9792 /lisp
parentae4535b6e965cf564e56f069f91e33d4ccb0de51 (diff)
downloademacs-e097b3fb7fb508f8b4b64227bca06d7e66ab8c8c.tar.gz
(comint-file-name-quote-list): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index c7522fefff7..8a043d739cc 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -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.")