aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-07-15 12:22:47 +0300
committerEli Zaretskii2021-07-15 12:22:47 +0300
commit0c28223bb2dc5f6aafaaee88c5a7f723f618484a (patch)
treeac8795c63ab3d701be5b69478b7f4edafb05a5d9
parent9eee02886dcfab451ad9559bad3948d78b483447 (diff)
downloademacs-0c28223bb2dc5f6aafaaee88c5a7f723f618484a.tar.gz
emacs-0c28223bb2dc5f6aafaaee88c5a7f723f618484a.zip
; * etc/NEWS: Fix wording in a recent addition.
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7388a0f6251..3dfd9f1894c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2972,8 +2972,9 @@ The former is now declared obsolete.
2972 2972
2973+++ 2973+++
2974*** New function 'split-string-shell-command'. 2974*** New function 'split-string-shell-command'.
2975This splits a shell string into separate components, respecting single 2975This splits a shell command string into separate components,
2976and double quotes, as well as backslash quoting. 2976respecting quoting with single ('like this') and double ("like this")
2977quotes, as well as backslash quoting (like\ this).
2977 2978
2978--- 2979---
2979*** ':safe' settings in 'defcustom' are now propagated to the loaddefs files. 2980*** ':safe' settings in 'defcustom' are now propagated to the loaddefs files.