diff options
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.") |