diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-06-09 12:51:53 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-06-09 12:51:53 +0000 |
commit | a9cef5871abfa3a8c7b0bc5f64338536cc3097bb (patch) | |
tree | 045759f091de465104994fc18e6934a6d3d0fa6d /lisp/comint.el | |
parent | da3b3a78154dd7d6e30e94f800dcd7382aa253c2 (diff) | |
download | emacs-a9cef5871abfa3a8c7b0bc5f64338536cc3097bb.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 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.") |