diff options
| author | Paul Eggert | 2016-08-30 20:54:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-30 20:54:42 -0700 |
| commit | 1393a4d22c4f69fa4cc2f02b70431c28e3c45046 (patch) | |
| tree | ae3bd9a53544a7e8206c584f3540a570eb9f717d /doc | |
| parent | f24011b4d17da2b39b180fb091d2e6b83aee0d57 (diff) | |
| download | emacs-1393a4d22c4f69fa4cc2f02b70431c28e3c45046.tar.gz emacs-1393a4d22c4f69fa4cc2f02b70431c28e3c45046.zip | |
; Spelling and quotation fixes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index e043578e298..e54cf301d4e 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -528,7 +528,7 @@ standard input to an inferior shell running @var{command}. This function | |||
| 528 | is similar than @code{call-process-region}, with process being a shell. | 528 | is similar than @code{call-process-region}, with process being a shell. |
| 529 | The arguments @code{delete}, @code{destination} and the return value | 529 | The arguments @code{delete}, @code{destination} and the return value |
| 530 | are like in @code{call-process-region}. | 530 | are like in @code{call-process-region}. |
| 531 | Note that this funtion doesn't accept additional arguments. | 531 | Note that this function doesn't accept additional arguments. |
| 532 | @end defun | 532 | @end defun |
| 533 | 533 | ||
| 534 | @defun shell-command-to-string command | 534 | @defun shell-command-to-string command |