]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (shell-command-to-string): Fix quotation.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Sep 2023 06:09:03 +0000 (09:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Sep 2023 06:09:03 +0000 (09:09 +0300)
lisp/simple.el

index 8ab4660566d98afcffcf52f9305f252a020fc760..b770d9d7d3363e23847362b733fa833ccfd63907 100644 (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))))