emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113526: * errors.texi (Standard Errors): Fix typo.


From: Michael Albinus
Subject: [Emacs-diffs] trunk r113526: * errors.texi (Standard Errors): Fix typo.
Date: Wed, 24 Jul 2013 13:11:25 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113526
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Wed 2013-07-24 15:10:38 +0200
message:
  * errors.texi (Standard Errors): Fix typo.
  
  * files.texi (Magic File Names):
  * os.texi (File Notifications): Remove file-notify-supported-p.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/errors.texi        
errors.texi-20091113204419-o5vbwnq5f7feedwu-6177
  doc/lispref/files.texi         files.texi-20091113204419-o5vbwnq5f7feedwu-6179
  doc/lispref/os.texi            os.texi-20091113204419-o5vbwnq5f7feedwu-6205
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-07-24 06:21:07 +0000
+++ b/doc/lispref/ChangeLog     2013-07-24 13:10:38 +0000
@@ -1,3 +1,10 @@
+2013-07-24  Michael Albinus  <address@hidden>
+
+       * errors.texi (Standard Errors): Fix typo.
+
+       * files.texi (Magic File Names):
+       * os.texi (File Notifications): Remove file-notify-supported-p.
+
 2013-07-24  Paul Eggert  <address@hidden>
 
        * eval.texi (Special Forms): Mention 'lambda'.  Also, say that

=== modified file 'doc/lispref/errors.texi'
--- a/doc/lispref/errors.texi   2013-07-22 09:19:00 +0000
+++ b/doc/lispref/errors.texi   2013-07-24 13:10:38 +0000
@@ -126,7 +126,7 @@
 @c filenotify.el
 @item file-notify-error
 This is a subcategory of @code{file-error}.  It happens, when a file
-could not be set to be watched for changes.  @xref{File Notifications}.
+could not be watched for changes.  @xref{File Notifications}.
 
 @c net/ange-ftp.el
 @item ftp-error

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2013-07-22 09:19:00 +0000
+++ b/doc/lispref/files.texi    2013-07-24 13:10:38 +0000
@@ -2780,7 +2780,6 @@
 @code{file-name-nondirectory},
 @code{file-name-sans-versions}, @code{file-newer-than-file-p},
 @code{file-notify-add-watch}, @code{file-notify-rm-watch},
address@hidden,
 @code{file-ownership-preserved-p},
 @code{file-readable-p}, @code{file-regular-p},
 @code{file-remote-p}, @code{file-selinux-context},
@@ -2834,7 +2833,6 @@
 @address@hidden,
 @code{file-name-sans-versions}, @code{file-newer-than-file-p},
 @code{file-notify-add-watch}, @code{file-notify-rm-watch},
address@hidden,
 @address@hidden,
 @code{file-readable-p}, @code{file-regular-p},
 @code{file-remote-p}, @code{file-selinux-context},

=== modified file 'doc/lispref/os.texi'
--- a/doc/lispref/os.texi       2013-07-22 09:19:00 +0000
+++ b/doc/lispref/os.texi       2013-07-24 13:10:38 +0000
@@ -2529,17 +2529,6 @@
 changes, there is the Emacs library @code{filenotify} which provides a
 unique interface.
 
address@hidden file-notify-supported-p file
-This function returns non-nil if the filesystem pertaining to
address@hidden could be watched.  This means, that Emacs is linked with a
-respective library (for local files), or Emacs has found an applicable
-file notification process on a remote machine.
-
-Sometimes, mounted filesystems cannot be watched for file changes.
-This is not detected by this function, a address@hidden return value
-does not guarantee that changes on @var{file} will be notified.
address@hidden defun
-
 @defun file-notify-add-watch file flags callback
 Add a watch for filesystem events pertaining to @var{file}.  This
 arranges for filesystem events pertaining to @var{file} to be reported
@@ -2553,6 +2542,10 @@
 If the @var{file} cannot be watched for some reason, this function
 signals a @code{file-notify-error} error.
 
+Sometimes, mounted filesystems cannot be watched for file changes.
+This is not detected by this function, a address@hidden return value
+does not guarantee that changes on @var{file} will be notified.
+
 @var{flags} is a list of conditions to set what will be watched for.
 It can include the following symbols:
 


reply via email to

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