From: Karl Heuer Date: Sun, 9 Jun 1996 12:51:53 +0000 (+0000) Subject: (comint-file-name-quote-list): Doc fix. X-Git-Tag: emacs-19.34~501 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9cef5871abfa3a8c7b0bc5f64338536cc3097bb;p=emacs.git (comint-file-name-quote-list): Doc fix. --- 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.")