From 39ef03af997b197fd313abd38f3eef866e38d7ca Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Feb 2013 12:55:13 +0200 Subject: [PATCH] Minor improvements in the ELisp manual. doc/lispref/files.texi (Magic File Names): Improve wording and indexing. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/files.texi | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 9d541978cbc..722e741a119 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-02-23 Eli Zaretskii + + * files.texi (Magic File Names): Improve wording and indexing. + 2013-02-19 Glenn Morris * text.texi (Change Hooks): Fix typo. diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index c976f5b2ec4..49269d71bf9 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -2643,7 +2643,7 @@ no prefix argument is given, and @code{nil} otherwise. You can implement special handling for certain file names. This is called making those names @dfn{magic}. The principal use for this -feature is in implementing remote file names (@pxref{Remote Files,, +feature is in implementing access to remote files (@pxref{Remote Files,, Remote Files, emacs, The GNU Emacs Manual}). To define a kind of magic file name, you must supply a regular @@ -2651,6 +2651,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 @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 -- 2.11.4.GIT