emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 476933b2356: ; * lisp/simple.el (shell-command-to-string): Fix


From: Eli Zaretskii
Subject: emacs-29 476933b2356: ; * lisp/simple.el (shell-command-to-string): Fix quotation.
Date: Sat, 23 Sep 2023 02:09:11 -0400 (EDT)

branch: emacs-29
commit 476933b2356f04effdeffde59dad5d15bb46bacd
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]