diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-12-22 13:57:54 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-12-22 13:57:54 +0100 |
commit | 88b41c40d0ee681af66d11793bb6dd20e3c7826f (patch) | |
tree | 5043f57eae7bdaaa53c9f992407cec8f00a8687f /doc/lispref/files.texi | |
parent | 452d0c52cdf9a1ac9fe0df8acff931e9ef94c0a2 (diff) | |
download | emacs-88b41c40d0ee681af66d11793bb6dd20e3c7826f.tar.gz |
Use "file name handler" consequently
* doc/lispref/files.texi:
* doc/lispref/processes.texi:
* doc/misc/ediff.texi:
* lisp/simple.el:
* lisp/vc/ediff-ptch.el:
* src/buffer.c:
* src/dired.c:
* src/fileio.c:
* src/image.c:
* src/insdel.c:
* src/w32fns.c: Use "file name handler" consequently.
Diffstat (limited to 'doc/lispref/files.texi')
-rw-r--r-- | doc/lispref/files.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index b795864815d..5b428b6205d 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -3067,7 +3067,7 @@ expression to define the class of names (all those that match the regular expression), plus a handler that implements all the primitive Emacs file operations for file names that match. -@cindex file handler +@cindex file name handler @vindex file-name-handler-alist The variable @code{file-name-handler-alist} holds a list of handlers, together with regular expressions that determine when to apply each @@ -3354,8 +3354,8 @@ If @code{file-remote-p} returns the same identifier for two different filenames, that means they are stored on the same file system and can be accessed locally with respect to each other. This means, for example, that it is possible to start a remote process accessing both -files at the same time. Implementers of file handlers need to ensure -this principle is valid. +files at the same time. Implementers of file name handlers need to +ensure this principle is valid. @var{identification} specifies which part of the identifier shall be returned as string. @var{identification} can be the symbol |