]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/processes.texi (Process Buffers): Minor rewording. (Bug#23446)
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Jun 2016 15:00:34 +0000 (18:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Jun 2016 15:00:34 +0000 (18:00 +0300)
doc/lispref/processes.texi

index 03ae1f04349ed8883533f37f7944b2552c33b053..679925b0e59cf4247b2c87235aed71bf8c02c6ad 100644 (file)
@@ -1382,10 +1382,10 @@ subprocess with a @code{SIGHUP} signal (@pxref{Signals to Processes}).
 @end defun
 
 If the process's buffer is displayed in a window, your Lisp program
-may wish telling the process the dimensions of that window, so that
+may wish to tell the process the dimensions of that window, so that
 the process could adapt its output to those dimensions, much as it
-adapts to the screen dimensions.  The following functions allow to
-communicate this kind of information to processes; however, not all
+adapts to the screen dimensions.  The following functions allow
+communicating this kind of information to processes; however, not all
 systems support the underlying functionality, so it is best to provide
 fallbacks, e.g., via command-line arguments or environment variables.