; * lisp/simple.el (shell-command-to-string): Fix quotation.
This commit is contained in:
parent
e27ec0e414
commit
476933b235
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue