aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2015-10-21 20:22:34 -0700
committerPaul Eggert2015-10-21 20:26:49 -0700
commitf373e812d95e1822833f88db024e011a769998b4 (patch)
tree5cc676ac1723fd2631f356f3c3c2e6c5b5b7105e /src
parent0bb27cd32e4a6a7fc4485381efc9ff0026e15689 (diff)
downloademacs-f373e812d95e1822833f88db024e011a769998b4.tar.gz
emacs-f373e812d95e1822833f88db024e011a769998b4.zip
New lispref section “Security Considerations”
This attempts to document some of the issues recently discussed on emacs-devel, and to indicate other such issues. The section could be a lot longer. * doc/lispref/os.texi (Security Considerations): New node. * doc/lispref/elisp.texi (Top): * doc/lispref/processes.texi (Shell Arguments): * lisp/subr.el (shell-quote-argument): * src/callproc.c (syms_of_callproc): Reference it.
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c
index eafd6217c0f..bb21c35dccc 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1660,7 +1660,7 @@ syms_of_callproc (void)
1660 DEFVAR_LISP ("shell-file-name", Vshell_file_name, 1660 DEFVAR_LISP ("shell-file-name", Vshell_file_name,
1661 doc: /* File name to load inferior shells from. 1661 doc: /* File name to load inferior shells from.
1662Initialized from the SHELL environment variable, or to a system-dependent 1662Initialized from the SHELL environment variable, or to a system-dependent
1663default if SHELL is not set. */); 1663default if SHELL is unset. See Info node `(elisp)Security Considerations'. */);
1664 1664
1665 DEFVAR_LISP ("exec-path", Vexec_path, 1665 DEFVAR_LISP ("exec-path", Vexec_path,
1666 doc: /* List of directories to search programs to run in subprocesses. 1666 doc: /* List of directories to search programs to run in subprocesses.