emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 a67a4e5: * doc/lispref/processes.texi (Process Bu


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 a67a4e5: * doc/lispref/processes.texi (Process Buffers): Minor rewording. (Bug#23446)
Date: Mon, 13 Jun 2016 15:00:28 +0000 (UTC)

branch: emacs-25
commit a67a4e598d57cd9d6fb6442e747ebabc8da2798a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * doc/lispref/processes.texi (Process Buffers): Minor rewording.  
(Bug#23446)
---
 doc/lispref/processes.texi |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 03ae1f0..679925b 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]