summaryrefslogtreecommitdiff
path: root/doc/misc/ediff.texi
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-12-22 13:57:54 +0100
committerMichael Albinus <michael.albinus@gmx.de>2018-12-22 13:57:54 +0100
commit88b41c40d0ee681af66d11793bb6dd20e3c7826f (patch)
tree5043f57eae7bdaaa53c9f992407cec8f00a8687f /doc/misc/ediff.texi
parent452d0c52cdf9a1ac9fe0df8acff931e9ef94c0a2 (diff)
downloademacs-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/misc/ediff.texi')
-rw-r--r--doc/misc/ediff.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ediff.texi b/doc/misc/ediff.texi
index cce8321d9eb..e07f567e2a6 100644
--- a/doc/misc/ediff.texi
+++ b/doc/misc/ediff.texi
@@ -1147,7 +1147,7 @@ file (unlike what the @code{patch} utility would usually do). Instead, the
source file retains its name and the result of applying the patch is placed
in a temporary file that has the suffix @file{_patched} attached.
Generally, this applies to files that are handled using black magic, such
-as special file handlers (ange-ftp and some compression and encryption
+as special file name handlers (ange-ftp and some compression and encryption
packages also use this method).
Regular files are treated by the @code{patch} utility in the usual manner,