aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost1998-11-02 18:59:11 +0000
committerMarkus Rost1998-11-02 18:59:11 +0000
commit6d2a6ce65a454f9a3810ed3b10a3774bd961dfeb (patch)
tree5f362ec5f48c4f04ee7ee4e0aefd29718b8c53fc
parent08246f2e9fd3300ae9d6043296708d116c702ce3 (diff)
downloademacs-6d2a6ce65a454f9a3810ed3b10a3774bd961dfeb.tar.gz
emacs-6d2a6ce65a454f9a3810ed3b10a3774bd961dfeb.zip
(comint-file-name-quote-list): Doc fix.
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
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.
2013This is a good thing to set in mode hooks.") 2013This is a good thing to set in mode hooks.")
2014 2014
2015(defvar comint-file-name-quote-list nil 2015(defvar comint-file-name-quote-list nil
2016 "List of characters to quote with `\' when in a file name. 2016 "List of characters to quote with `\\' when in a file name.
2017 2017
2018This is a good thing to set in mode hooks.") 2018This is a good thing to set in mode hooks.")
2019 2019