diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 8ab4660566d..b770d9d7d33 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5069,7 +5069,7 @@ other cases, consider alternatives such as `call-process' or `process-lines', which do not invoke the shell. Consider using built-in functions like `rename-file' instead of the external command \"mv\". For more information, see Info node -‘(elisp)Security Considerations’." +`(elisp)Security Considerations'." (with-output-to-string (with-current-buffer standard-output (shell-command command t)))) |