From 476933b2356f04effdeffde59dad5d15bb46bacd Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Sep 2023 09:09:03 +0300 Subject: [PATCH] ; * lisp/simple.el (shell-command-to-string): Fix quotation. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.39.2