diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 83585038a8f..420fef7164c 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -1931,7 +1931,7 @@ Another possibility is to check the environment variable | |||
| 1931 | to the version of the parent Emacs process, @xref{Interactive Shell, , | 1931 | to the version of the parent Emacs process, @xref{Interactive Shell, , |
| 1932 | , emacs}. @value{tramp} adds its own package version to this string, | 1932 | , emacs}. @value{tramp} adds its own package version to this string, |
| 1933 | which could be used for further tests in an inferior shell. The | 1933 | which could be used for further tests in an inferior shell. The |
| 1934 | string of that environment variable loooks always like | 1934 | string of that environment variable looks always like |
| 1935 | 1935 | ||
| 1936 | @example | 1936 | @example |
| 1937 | @group | 1937 | @group |
| @@ -3811,8 +3811,9 @@ Abbreviation list expansion can be used to reduce typing long file names: | |||
| 3811 | The reduced typing: @kbd{C-x C-f /xy @key{RET}}. | 3811 | The reduced typing: @kbd{C-x C-f /xy @key{RET}}. |
| 3812 | 3812 | ||
| 3813 | @strong{Note} that file name cannot be edited here because the | 3813 | @strong{Note} that file name cannot be edited here because the |
| 3814 | environment variables are not expanded during editing in the | 3814 | abbreviations are not expanded during editing in the minibuffer. |
| 3815 | minibuffer. | 3815 | Furthermore, the abbreviation is not expanded during @key{TAB} |
| 3816 | completion. | ||
| 3816 | 3817 | ||
| 3817 | @item | 3818 | @item |
| 3818 | Define own abbreviation (2): | 3819 | Define own abbreviation (2): |