diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 1998-11-02 18:59:11 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 1998-11-02 18:59:11 +0000 |
commit | 6d2a6ce65a454f9a3810ed3b10a3774bd961dfeb (patch) | |
tree | 5f362ec5f48c4f04ee7ee4e0aefd29718b8c53fc /lisp/comint.el | |
parent | 08246f2e9fd3300ae9d6043296708d116c702ce3 (diff) | |
download | emacs-6d2a6ce65a454f9a3810ed3b10a3774bd961dfeb.tar.gz |
(comint-file-name-quote-list): Doc fix.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 6b9bd418f97..deb00d45c14 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2013,7 +2013,7 @@ regardless of what this variable says. This is a good thing to set in mode hooks.") (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.") |