aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-06-13 18:00:34 +0300
committerEli Zaretskii2016-06-13 18:00:34 +0300
commita67a4e598d57cd9d6fb6442e747ebabc8da2798a (patch)
tree7e059bcdbed348fcff7b1cd989f2921915b2db38
parent27f440e29575303135dbc0f8d34f50701a3815ac (diff)
downloademacs-a67a4e598d57cd9d6fb6442e747ebabc8da2798a.tar.gz
emacs-a67a4e598d57cd9d6fb6442e747ebabc8da2798a.zip
* doc/lispref/processes.texi (Process Buffers): Minor rewording. (Bug#23446)
-rw-r--r--doc/lispref/processes.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 03ae1f04349..679925b0e59 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}).
1382@end defun 1382@end defun
1383 1383
1384If the process's buffer is displayed in a window, your Lisp program 1384If the process's buffer is displayed in a window, your Lisp program
1385may wish telling the process the dimensions of that window, so that 1385may wish to tell the process the dimensions of that window, so that
1386the process could adapt its output to those dimensions, much as it 1386the process could adapt its output to those dimensions, much as it
1387adapts to the screen dimensions. The following functions allow to 1387adapts to the screen dimensions. The following functions allow
1388communicate this kind of information to processes; however, not all 1388communicating this kind of information to processes; however, not all
1389systems support the underlying functionality, so it is best to provide 1389systems support the underlying functionality, so it is best to provide
1390fallbacks, e.g., via command-line arguments or environment variables. 1390fallbacks, e.g., via command-line arguments or environment variables.
1391 1391