diff options
| author | Juri Linkov | 2019-05-05 22:27:33 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-05-05 22:27:33 +0300 |
| commit | df9b56ecff43b64f39e98ab118fe9a0f299882c4 (patch) | |
| tree | a7689e9ea9e4470facb5e815e71dd24dd14c92a2 /doc/misc | |
| parent | 81487bf89122ef0f369690e421740d38dbc17e23 (diff) | |
| download | emacs-df9b56ecff43b64f39e98ab118fe9a0f299882c4.tar.gz emacs-df9b56ecff43b64f39e98ab118fe9a0f299882c4.zip | |
Rename shell-command-width to async-shell-command-width (bug#35055)
* lisp/simple.el (async-shell-command-width):
* lisp/net/tramp.el (tramp-handle-shell-command):
* test/lisp/net/tramp-tests.el (tramp-test32-shell-command):
* doc/misc/tramp.texi (Remote processes): Rename this variable.
* doc/emacs/misc.texi (Single Shell): Add async-shell-command-width.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 0c51f15fbb9..2eb5b45eb2a 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3093,9 +3093,9 @@ uses @file{/system/bin/sh}). Like the variables in the previous | |||
| 3093 | section, these variables can be changed via connection-local | 3093 | section, these variables can be changed via connection-local |
| 3094 | variables. | 3094 | variables. |
| 3095 | 3095 | ||
| 3096 | @vindex shell-command-width | 3096 | @vindex async-shell-command-width |
| 3097 | @vindex COLUMNS@r{, environment variable} | 3097 | @vindex COLUMNS@r{, environment variable} |
| 3098 | If Emacs supports the variable @code{shell-command-width} (since Emacs | 3098 | If Emacs supports the variable @code{async-shell-command-width} (since Emacs |
| 3099 | 27.1), @value{tramp} cares about its value for asynchronous shell | 3099 | 27.1), @value{tramp} cares about its value for asynchronous shell |
| 3100 | commands. It specifies the number of display columns for command | 3100 | commands. It specifies the number of display columns for command |
| 3101 | output. For synchronous shell commands, a similar effect can be | 3101 | output. For synchronous shell commands, a similar effect can be |