Mercurial > emacs
changeset 15361:c1ba0a32590d
(comint-file-name-quote-list): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 09 Jun 1996 12:51:53 +0000 |
parents | 6243be11f0e3 |
children | 66fb24beae54 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Sat Jun 08 14:24:21 1996 +0000 +++ b/lisp/comint.el Sun Jun 09 12:51:53 1996 +0000 @@ -1824,7 +1824,7 @@ 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.")