diff options
| author | Eli Zaretskii | 2021-07-15 12:22:47 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-07-15 12:22:47 +0300 |
| commit | 0c28223bb2dc5f6aafaaee88c5a7f723f618484a (patch) | |
| tree | ac8795c63ab3d701be5b69478b7f4edafb05a5d9 | |
| parent | 9eee02886dcfab451ad9559bad3948d78b483447 (diff) | |
| download | emacs-0c28223bb2dc5f6aafaaee88c5a7f723f618484a.tar.gz emacs-0c28223bb2dc5f6aafaaee88c5a7f723f618484a.zip | |
; * etc/NEWS: Fix wording in a recent addition.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -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'. |
| 2975 | This splits a shell string into separate components, respecting single | 2975 | This splits a shell command string into separate components, |
| 2976 | and double quotes, as well as backslash quoting. | 2976 | respecting quoting with single ('like this') and double ("like this") |
| 2977 | quotes, 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. |