diff doc/lispref/ChangeLog @ 111942:9b5de34a8646

Fallout from bug #7563. processes.texi (Shell Arguments): strings.texi (Creating Strings): Don't mention "shell commands"; make it explicit that `split-string-and-unquote' and `combine-and-quote-strings' are mainly for working with arguments to call-process and start-process.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Dec 2010 20:45:53 +0200
parents bb8b0f23abc5
children c00190a8c8ef 60e7c5827df3
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Sat Dec 11 17:20:11 2010 +0200
+++ b/doc/lispref/ChangeLog	Sat Dec 11 20:45:53 2010 +0200
@@ -1,5 +1,11 @@
 2010-12-11  Eli Zaretskii  <eliz@gnu.org>
 
+	* processes.texi (Shell Arguments):
+	* strings.texi (Creating Strings): Don't mention "shell commands";
+	make it explicit that `split-string-and-unquote' and
+	`combine-and-quote-strings' are mainly for working with arguments
+	to call-process and start-process.
+
 	* processes.texi (Shell Arguments): Fix documentation of
 	`split-string-and-unquote'.  Add indexing.  (Bug#7563)