From: Kevin Ryde Date: Fri, 16 Oct 2009 23:33:46 +0000 (+0000) Subject: (Magic File Names): Add @vindex file-name-handler-alist, X-Git-Tag: emacs-pretest-23.1.90~769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebe479ecec7507587860e50ac28a5923ba985698;p=emacs.git (Magic File Names): Add @vindex file-name-handler-alist, in particular so `info-lookup-symbol' can find its docs. --- 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: