Mercurial > emacs
changeset 98948:4db83db4783a
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 20 Oct 2008 19:54:28 +0000 |
parents | 2873fd9bd963 |
children | 46d6efaefafc |
files | etc/NEWS |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Oct 20 19:49:33 2008 +0000 +++ b/etc/NEWS Mon Oct 20 19:54:28 2008 +0000 @@ -1599,9 +1599,16 @@ *** `window-full-width-p' returns t if a window is as wide as its frame. -*** `split-string-and-unquote' does (what?) ++++ +*** `split-string-and-unquote' splits a string into a list of substrings +on the boundaries of a given delimiter, and unquotes the substrings that +are quoted. Useful for taking apart shell commands. -*** `combine-and-quote-strings' does (what?) ++++ +*** `combine-and-quote-strings' produces a single string from a list of strings +sticking a separator string in between each pair, and quoting those +strings that include the separator as their substring. Useful for +consing shell command lines from the individual arguments. *** `image-refresh' refreshes all images associated with a given image specification.