diff options
| author | Glenn Morris | 2018-06-02 10:25:50 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-06-02 10:25:50 -0700 |
| commit | 42a851c6347bb45a2fb8acdb0d2a1ca468ecefd3 (patch) | |
| tree | bfd595460df8864956639fecc13636a94d413212 /doc | |
| parent | 4a7e74fea687011ee81dcbb02294bccd99b3a05f (diff) | |
| parent | ca3f0a8343c125a44845d21808ab0e35b87533db (diff) | |
| download | emacs-42a851c6347bb45a2fb8acdb0d2a1ca468ecefd3.tar.gz emacs-42a851c6347bb45a2fb8acdb0d2a1ca468ecefd3.zip | |
Merge from origin/emacs-26
ca3f0a8 ; * etc/NEWS: Belated announcement of 2 changes made in Emacs...
99f92da Improve documentation of 'directory-files-and-attributes'
df8649a * lisp/gnus/message.el (message-remove-header): Don't remove ...
b682a7e ; * etc/NEWS: Add headings for Emacs 26.2
aa175a4 Adapt hexl-mode to native line-number display
b8e7749 Fix example in Tramp manual
f212fe5 Handle case where Xft is found but not XRender
186280f * doc/misc/tramp.texi (Frequently Asked Questions): Adapt zsh...
24ba633 Improve read-multiple-choice docstring (Bug#31628)
Conflicts:
etc/NEWS
src/dired.c
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 4 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 71402cd836f..e36fdbe95bf 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -2915,8 +2915,8 @@ are included. | |||
| 2915 | This is similar to @code{directory-files} in deciding which files | 2915 | This is similar to @code{directory-files} in deciding which files |
| 2916 | to report on and how to report their names. However, instead | 2916 | to report on and how to report their names. However, instead |
| 2917 | of returning a list of file names, it returns for each file a | 2917 | of returning a list of file names, it returns for each file a |
| 2918 | list @code{(@var{filename} . @var{attributes})}, where @var{attributes} | 2918 | list @code{(@var{filename} @var{attributes})}, where @var{attributes} |
| 2919 | is what @code{file-attributes} would return for that file. | 2919 | is what @code{file-attributes} returns for that file. |
| 2920 | The optional argument @var{id-format} has the same meaning as the | 2920 | The optional argument @var{id-format} has the same meaning as the |
| 2921 | corresponding argument to @code{file-attributes} (@pxref{Definition | 2921 | corresponding argument to @code{file-attributes} (@pxref{Definition |
| 2922 | of file-attributes}). | 2922 | of file-attributes}). |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 38669a06c9c..29626138ae1 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3425,6 +3425,11 @@ following line to @file{~/.zshrc}: | |||
| 3425 | [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return | 3425 | [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return |
| 3426 | @end example | 3426 | @end example |
| 3427 | 3427 | ||
| 3428 | This uses the default value of @code{tramp-terminal-type}, | ||
| 3429 | @samp{"dumb"}, as value of the @env{TERM} environment variable. If | ||
| 3430 | you want to use another value for @env{TERM}, change | ||
| 3431 | @code{tramp-terminal-type} and this line accordingly. | ||
| 3432 | |||
| 3428 | When using fish shell on remote hosts, disable fancy formatting by | 3433 | When using fish shell on remote hosts, disable fancy formatting by |
| 3429 | adding the following to @file{~/.config/fish/config.fish}: | 3434 | adding the following to @file{~/.config/fish/config.fish}: |
| 3430 | 3435 | ||