emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111292: Minor improvements in the


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111292: Minor improvements in the ELisp manual.
Date: Sat, 23 Feb 2013 12:55:13 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111292
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Sat 2013-02-23 12:55:13 +0200
message:
  Minor improvements in the ELisp manual.
  
   doc/lispref/files.texi (Magic File Names): Improve wording and indexing.
modified:
  doc/lispref/ChangeLog
  doc/lispref/files.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-02-19 01:20:50 +0000
+++ b/doc/lispref/ChangeLog     2013-02-23 10:55:13 +0000
@@ -1,3 +1,7 @@
+2013-02-23  Eli Zaretskii  <address@hidden>
+
+       * files.texi (Magic File Names): Improve wording and indexing.
+
 2013-02-19  Glenn Morris  <address@hidden>
 
        * text.texi (Change Hooks): Fix typo.

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2013-01-01 09:11:05 +0000
+++ b/doc/lispref/files.texi    2013-02-23 10:55:13 +0000
@@ -2643,7 +2643,7 @@
 
   You can implement special handling for certain file names.  This is
 called making those names @dfn{magic}.  The principal use for this
-feature is in implementing remote file names (@pxref{Remote Files,,
+feature is in implementing access to remote files (@pxref{Remote Files,,
 Remote Files, emacs, The GNU Emacs Manual}).
 
   To define a kind of magic file name, you must supply a regular
@@ -2651,6 +2651,7 @@
 regular expression), plus a handler that implements all the primitive
 Emacs file operations for file names that match.
 
address@hidden file handler
 @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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]