diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2019-10-19 15:25:45 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2019-10-19 15:25:45 +0200 |
commit | 5ea28ea4d12140ebcfaa293b6f29521a80b3de25 (patch) | |
tree | b20ea5356a6e1fa3a242c9a50a842c17dc6d095d /doc/emacs/emacs.texi | |
parent | 981c309325d55e8c5947274e4df6346ea51a056a (diff) | |
download | emacs-5ea28ea4d12140ebcfaa293b6f29521a80b3de25.tar.gz emacs-5ea28ea4d12140ebcfaa293b6f29521a80b3de25.tar.bz2 emacs-5ea28ea4d12140ebcfaa293b6f29521a80b3de25.zip |
* doc/emacs/emacs.texi (Intro): Mention remote file editing.
Diffstat (limited to 'doc/emacs/emacs.texi')
-rw-r--r-- | doc/emacs/emacs.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index 28a0f562f89..a7967ecaee5 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -1517,10 +1517,11 @@ is not silent.) We call Emacs @dfn{advanced} because it can do much more than simple insertion and deletion of text. It can control subprocesses, indent -programs automatically, show multiple files at once, and more. -Emacs editing commands operate in terms of characters, words, lines, -sentences, paragraphs, and pages, as well as expressions and comments -in various programming languages. +programs automatically, show multiple files at once, edit remote files +like they were local files, and more. Emacs editing commands operate +in terms of characters, words, lines, sentences, paragraphs, and +pages, as well as expressions and comments in various programming +languages. @dfn{Self-documenting} means that at any time you can use special commands, known as @dfn{help commands}, to find out what your options |