# HG changeset patch # User Markus Rost # Date 910033151 0 # Node ID f182b7006b7ae5b57720b84c93a0981dd728a609 # Parent ca8cd9d60c475ec9289ee56c79e0572727108061 (comint-file-name-quote-list): Doc fix. diff -r ca8cd9d60c47 -r f182b7006b7a lisp/comint.el --- a/lisp/comint.el Mon Nov 02 18:01:38 1998 +0000 +++ b/lisp/comint.el Mon Nov 02 18:59:11 1998 +0000 @@ -2013,7 +2013,7 @@ 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.")