aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index c903ee3c758..ea926ae1475 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2714,7 +2714,8 @@ Note: :data and :device are currently not supported on Windows."
2714 "Quote ARGUMENT for passing as argument to an inferior shell. 2714 "Quote ARGUMENT for passing as argument to an inferior shell.
2715 2715
2716This function is designed to work with the syntax of your system's 2716This function is designed to work with the syntax of your system's
2717standard shell, and might produce incorrect results with unusual shells." 2717standard shell, and might produce incorrect results with unusual shells.
2718See Info node `(elisp)Security Considerations'."
2718 (cond 2719 (cond
2719 ((eq system-type 'ms-dos) 2720 ((eq system-type 'ms-dos)
2720 ;; Quote using double quotes, but escape any existing quotes in 2721 ;; Quote using double quotes, but escape any existing quotes in