]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of 'file-local-name' and related APIs
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Dec 2018 15:34:57 +0000 (17:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Dec 2018 15:34:57 +0000 (17:34 +0200)
commit2e8825d6c55409c15749b12dacc1f49f9c8783c7
tree034774a6dfb1c43c498bca5e27fe2dbc75b9293e
parent11f0635c199c97762b461e963a28eff7fc9aea97
Improve documentation of 'file-local-name' and related APIs

* doc/lispref/files.texi (Unique File Names)
(Magic File Names, File Name Expansion): Improve documentation
of the "local part" of a remote file name.
* doc/lispref/processes.texi (Synchronous Processes)
(Asynchronous Processes): State explicitly that program and
file names passed to functions that start remote processes
need to be relative or obtained by 'file-local-name'.

* lisp/files.el (file-local-name):
* lisp/simple.el (start-file-process, process-file): Improve
the documentation of the "local part" of a remote file name,
and its use in APIs that start remote processes.
doc/lispref/files.texi
doc/lispref/processes.texi
lisp/files.el
lisp/simple.el