diff options
| author | Kevin Ryde | 2009-10-16 23:33:46 +0000 |
|---|---|---|
| committer | Kevin Ryde | 2009-10-16 23:33:46 +0000 |
| commit | ebe479ecec7507587860e50ac28a5923ba985698 (patch) | |
| tree | 075c201bb1f639a4e6df12226c17775e5feac66d | |
| parent | 5d8adb2c20579d0377273ff3f2c7c0aacc2c43c1 (diff) | |
| download | emacs-ebe479ecec7507587860e50ac28a5923ba985698.tar.gz emacs-ebe479ecec7507587860e50ac28a5923ba985698.zip | |
(Magic File Names): Add @vindex file-name-handler-alist,
in particular so `info-lookup-symbol' can find its docs.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 1 |
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 @@ | |||
| 1 | 2009-10-16 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * files.texi (Magic File Names): Add @vindex file-name-handler-alist, | ||
| 4 | in particular so `info-lookup-symbol' can find its docs. | ||
| 5 | |||
| 1 | 2009-10-16 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-10-16 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * variables.texi (Constant Variables): Distinguish from defconst | 8 | * 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 | |||
| 2561 | regular expression), plus a handler that implements all the primitive | 2561 | regular expression), plus a handler that implements all the primitive |
| 2562 | Emacs file operations for file names that do match. | 2562 | Emacs file operations for file names that do match. |
| 2563 | 2563 | ||
| 2564 | @vindex file-name-handler-alist | ||
| 2564 | The variable @code{file-name-handler-alist} holds a list of handlers, | 2565 | The variable @code{file-name-handler-alist} holds a list of handlers, |
| 2565 | together with regular expressions that determine when to apply each | 2566 | together with regular expressions that determine when to apply each |
| 2566 | handler. Each element has this form: | 2567 | handler. Each element has this form: |