# HG changeset patch # User Karl Heuer # Date 834324713 0 # Node ID c1ba0a32590d0b7d71e3c6566a2913a46fc79b53 # Parent 6243be11f0e3f9c1fd6ae7af417117aebd971a1b (comint-file-name-quote-list): Doc fix. diff -r 6243be11f0e3 -r c1ba0a32590d lisp/comint.el --- 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.")