diff options
| author | Eli Zaretskii | 2010-12-11 20:45:53 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-12-11 20:45:53 +0200 |
| commit | 4bb49a92aa12b7c607cc648b7598fde22216f06e (patch) | |
| tree | c80f2571a4d95f50a9b326f4726cddcf0a0ff909 /doc/lispref/ChangeLog | |
| parent | 76feb8641e5870c73b649a6e986b5d8d8936a61f (diff) | |
| download | emacs-4bb49a92aa12b7c607cc648b7598fde22216f06e.tar.gz emacs-4bb49a92aa12b7c607cc648b7598fde22216f06e.zip | |
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.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 50c23da7027..970da3f5ff2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-12-11 Eli Zaretskii <eliz@gnu.org> | 1 | 2010-12-11 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * processes.texi (Shell Arguments): | ||
| 4 | * strings.texi (Creating Strings): Don't mention "shell commands"; | ||
| 5 | make it explicit that `split-string-and-unquote' and | ||
| 6 | `combine-and-quote-strings' are mainly for working with arguments | ||
| 7 | to call-process and start-process. | ||
| 8 | |||
| 3 | * processes.texi (Shell Arguments): Fix documentation of | 9 | * processes.texi (Shell Arguments): Fix documentation of |
| 4 | `split-string-and-unquote'. Add indexing. (Bug#7563) | 10 | `split-string-and-unquote'. Add indexing. (Bug#7563) |
| 5 | 11 | ||