Mercurial > emacs
changeset 23615:f182b7006b7a
(comint-file-name-quote-list): Doc fix.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 02 Nov 1998 18:59:11 +0000 |
parents | ca8cd9d60c47 |
children | 17ebfb12712f |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")