emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115149: Doc fixes.


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115149: Doc fixes.
Date: Tue, 19 Nov 2013 09:48:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115149
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-11-19 17:47:02 +0800
message:
  Doc fixes.
  
  * lisp/filenotify.el (file-notify-add-watch): Refine doc string.
  
  * doc/lispref/os.texi (File Notifications): Add an index.
  
  * doc/lispref/loading.texi (Loading): Add an cross-reference.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/files.texi         files.texi-20091113204419-o5vbwnq5f7feedwu-6179
  doc/lispref/loading.texi       
loading.texi-20091113204419-o5vbwnq5f7feedwu-6193
  doc/lispref/os.texi            os.texi-20091113204419-o5vbwnq5f7feedwu-6205
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/filenotify.el             filenotify.el-20130625113410-31so8z8hgotqv5s4-1
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-11-18 22:53:47 +0000
+++ b/doc/lispref/ChangeLog     2013-11-19 09:47:02 +0000
@@ -1,3 +1,9 @@
+2013-11-19  Xue Fuqiao  <address@hidden>
+
+       * os.texi (File Notifications): Add an index.
+
+       * loading.texi (Loading): Add an cross-reference.
+
 2013-11-18  Xue Fuqiao  <address@hidden>
 
        * os.texi (Session Management, Desktop Notifications): Add some

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2013-10-23 17:20:09 +0000
+++ b/doc/lispref/files.texi    2013-11-19 09:47:02 +0000
@@ -1663,6 +1663,8 @@
 permissions.
 @end defun
 
address@hidden FIXME: The return value is decimal?  Octal?  We should explain it
address@hidden further.  --xfq
 @defun default-file-modes
 This function returns the default file permissions, as an integer.
 @end defun

=== modified file 'doc/lispref/loading.texi'
--- a/doc/lispref/loading.texi  2013-11-14 08:38:50 +0000
+++ b/doc/lispref/loading.texi  2013-11-19 09:47:02 +0000
@@ -29,6 +29,8 @@
 way.)  Most often, the forms are function definitions and variable
 definitions.
 
+For on-demand loading of external libraries, @pxref{Dynamic Libraries}.
+
 @menu
 * How Programs Do Loading:: The @code{load} function and others.
 * Load Suffixes::           Details about the suffixes that @code{load} tries.

=== modified file 'doc/lispref/os.texi'
--- a/doc/lispref/os.texi       2013-11-18 22:53:47 +0000
+++ b/doc/lispref/os.texi       2013-11-19 09:47:02 +0000
@@ -2526,6 +2526,7 @@
 @node File Notifications
 @section Notifications on File Changes
 @cindex file notifications
address@hidden watch, for filesystem events
 
 Several operating systems support watching of filesystems for changes
 of files.  If configured properly, Emacs links a respective library

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-19 08:59:53 +0000
+++ b/lisp/ChangeLog    2013-11-19 09:47:02 +0000
@@ -1,3 +1,7 @@
+2013-11-19  Xue Fuqiao  <address@hidden>
+
+       * filenotify.el (file-notify-add-watch): Doc fix.
+
 2013-11-19  Leo Liu  <address@hidden>
 
        * obsolete/rcompile.el: Mark obsolete.

=== modified file 'lisp/filenotify.el'
--- a/lisp/filenotify.el        2013-08-10 15:17:29 +0000
+++ b/lisp/filenotify.el        2013-11-19 09:47:02 +0000
@@ -207,7 +207,7 @@
                         permissions or modification time
 
 If FILE is a directory, 'change' watches for file creation or
-deletion in that directory.
+deletion in that directory.  This does not work recursively.
 
 When any event happens, Emacs will call the CALLBACK function passing
 it a single argument EVENT, which is of the form


reply via email to

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