; * lisp/simple.el (shell-command-to-string): Fix quotation.

This commit is contained in:
Eli Zaretskii 2023-09-23 09:09:03 +03:00
parent e27ec0e414
commit 476933b235

View file

@ -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))))