diff options
| author | Glenn Morris | 2013-02-24 11:45:17 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-24 11:45:17 -0800 |
| commit | 1abfd3e85fa9b340699430cd9e15dd9f0073bdbe (patch) | |
| tree | 7e5b3bef0d0813f0627af5da403440708b212be2 /doc/lispref | |
| parent | 4b9f0b67dae95106356e2cd7c7f03622702026f2 (diff) | |
| parent | c0c2eb8295bb99b6ac0bbf8c1e06b60220074a5b (diff) | |
| download | emacs-1abfd3e85fa9b340699430cd9e15dd9f0073bdbe.tar.gz emacs-1abfd3e85fa9b340699430cd9e15dd9f0073bdbe.zip | |
Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.org
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 355d0b57be5..c4f45d02a05 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * files.texi (Magic File Names): Improve wording and indexing. | ||
| 4 | |||
| 1 | 2013-02-21 Glenn Morris <rgm@gnu.org> | 5 | 2013-02-21 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * display.texi (Multi-Frame Images): Minor rephrasing. | 7 | * display.texi (Multi-Frame Images): Minor rephrasing. |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index be44590f2ec..971e38f20b7 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -2681,7 +2681,7 @@ no prefix argument is given, and @code{nil} otherwise. | |||
| 2681 | 2681 | ||
| 2682 | You can implement special handling for certain file names. This is | 2682 | You can implement special handling for certain file names. This is |
| 2683 | called making those names @dfn{magic}. The principal use for this | 2683 | called making those names @dfn{magic}. The principal use for this |
| 2684 | feature is in implementing remote file names (@pxref{Remote Files,, | 2684 | feature is in implementing access to remote files (@pxref{Remote Files,, |
| 2685 | Remote Files, emacs, The GNU Emacs Manual}). | 2685 | Remote Files, emacs, The GNU Emacs Manual}). |
| 2686 | 2686 | ||
| 2687 | To define a kind of magic file name, you must supply a regular | 2687 | To define a kind of magic file name, you must supply a regular |
| @@ -2689,6 +2689,7 @@ expression to define the class of names (all those that match the | |||
| 2689 | regular expression), plus a handler that implements all the primitive | 2689 | regular expression), plus a handler that implements all the primitive |
| 2690 | Emacs file operations for file names that match. | 2690 | Emacs file operations for file names that match. |
| 2691 | 2691 | ||
| 2692 | @cindex file handler | ||
| 2692 | @vindex file-name-handler-alist | 2693 | @vindex file-name-handler-alist |
| 2693 | The variable @code{file-name-handler-alist} holds a list of handlers, | 2694 | The variable @code{file-name-handler-alist} holds a list of handlers, |
| 2694 | together with regular expressions that determine when to apply each | 2695 | together with regular expressions that determine when to apply each |