]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix wording in a recent addition.
authorEli Zaretskii <eliz@gnu.org>
Thu, 15 Jul 2021 09:22:47 +0000 (12:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 15 Jul 2021 09:22:47 +0000 (12:22 +0300)
etc/NEWS

index 7388a0f625180d6484ec22ed41b00e7dc41a6dae..3dfd9f1894c5c599a5278806f28d50e4db1eb443 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2972,8 +2972,9 @@ The former is now declared obsolete.
 
 +++
 *** New function 'split-string-shell-command'.
-This splits a shell string into separate components, respecting single
-and double quotes, as well as backslash quoting.
+This splits a shell command string into separate components,
+respecting quoting with single ('like this') and double ("like this")
+quotes, as well as backslash quoting (like\ this).
 
 ---
 *** ':safe' settings in 'defcustom' are now propagated to the loaddefs files.