aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorGlenn Morris2013-02-24 11:45:17 -0800
committerGlenn Morris2013-02-24 11:45:17 -0800
commit1abfd3e85fa9b340699430cd9e15dd9f0073bdbe (patch)
tree7e5b3bef0d0813f0627af5da403440708b212be2 /doc/lispref
parent4b9f0b67dae95106356e2cd7c7f03622702026f2 (diff)
parentc0c2eb8295bb99b6ac0bbf8c1e06b60220074a5b (diff)
downloademacs-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/ChangeLog4
-rw-r--r--doc/lispref/files.texi3
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 @@
12013-02-24 Eli Zaretskii <eliz@gnu.org>
2
3 * files.texi (Magic File Names): Improve wording and indexing.
4
12013-02-21 Glenn Morris <rgm@gnu.org> 52013-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
2683called making those names @dfn{magic}. The principal use for this 2683called making those names @dfn{magic}. The principal use for this
2684feature is in implementing remote file names (@pxref{Remote Files,, 2684feature is in implementing access to remote files (@pxref{Remote Files,,
2685Remote Files, emacs, The GNU Emacs Manual}). 2685Remote 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
2689regular expression), plus a handler that implements all the primitive 2689regular expression), plus a handler that implements all the primitive
2690Emacs file operations for file names that match. 2690Emacs 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,
2694together with regular expressions that determine when to apply each 2695together with regular expressions that determine when to apply each