From ebe479ecec7507587860e50ac28a5923ba985698 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 16 Oct 2009 23:33:46 +0000 Subject: [PATCH] (Magic File Names): Add @vindex file-name-handler-alist, in particular so `info-lookup-symbol' can find its docs. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/files.texi | 1 + 2 files changed, 6 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 42069cd4e94..be82a760a3e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2009-10-16 Kevin Ryde + + * files.texi (Magic File Names): Add @vindex file-name-handler-alist, + in particular so `info-lookup-symbol' can find its docs. + 2009-10-16 Chong Yidong * variables.texi (Constant Variables): Distinguish from defconst diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 8f47dfadd6c..90576333413 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -2561,6 +2561,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 do match. +@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 handler. Each element has this form: -- 2.11.4.GIT