From: Eli Zaretskii Date: Sat, 23 Sep 2023 06:09:03 +0000 (+0300) Subject: ; * lisp/simple.el (shell-command-to-string): Fix quotation. X-Git-Tag: emacs-29.1.90~55 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=476933b2356f04effdeffde59dad5d15bb46bacd;p=emacs.git ; * lisp/simple.el (shell-command-to-string): Fix quotation. --- 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))))