]> git.eshelyaron.com Git - emacs.git/commitdiff
(Magic File Names): Add @vindex file-name-handler-alist,
authorKevin Ryde <user42@zip.com.au>
Fri, 16 Oct 2009 23:33:46 +0000 (23:33 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 16 Oct 2009 23:33:46 +0000 (23:33 +0000)
in particular so `info-lookup-symbol' can find its docs.

doc/lispref/ChangeLog
doc/lispref/files.texi

index 42069cd4e94da16baaf6d067029d544d3407258e..be82a760a3e827c1bc5f4c24bb2486d903514a7b 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-16  Kevin Ryde  <user42@zip.com.au>
+
+       * 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  <cyd@stupidchicken.com>
 
        * variables.texi (Constant Variables): Distinguish from defconst
index 8f47dfadd6c15b8e87a0c7cf3366ceaf755fbfc8..905763334137394ecc8b745d0314e32047682ee1 100644 (file)
@@ -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: