]> code.delx.au - gnu-emacs/blobdiff - lisp/subr.el
New lispref section “Security Considerations”
[gnu-emacs] / lisp / subr.el
index c903ee3c7585f9114b9ff8266aa6c9b27c59871f..ea926ae14751dfe86757c9cc877693db4d8e5f43 100644 (file)
@@ -2714,7 +2714,8 @@ Note: :data and :device are currently not supported on Windows."
   "Quote ARGUMENT for passing as argument to an inferior shell.
 
 This function is designed to work with the syntax of your system's
-standard shell, and might produce incorrect results with unusual shells."
+standard shell, and might produce incorrect results with unusual shells.
+See Info node `(elisp)Security Considerations'."
   (cond
    ((eq system-type 'ms-dos)
     ;; Quote using double quotes, but escape any existing quotes in