From: Markus Rost Date: Mon, 2 Nov 1998 18:59:11 +0000 (+0000) Subject: (comint-file-name-quote-list): Doc fix. X-Git-Tag: emacs-20.4~1334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d2a6ce65a454f9a3810ed3b10a3774bd961dfeb;p=emacs.git (comint-file-name-quote-list): Doc fix. --- diff --git a/lisp/comint.el b/lisp/comint.el index 6b9bd418f97..deb00d45c14 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2013,7 +2013,7 @@ regardless of what this variable says. 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.")