summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/files.texi1
2 files changed, 6 insertions, 0 deletions
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 <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
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: