emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog files.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog files.texi
Date: Sat, 04 Apr 2009 01:32:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/04/04 01:32:57

Modified files:
        doc/lispref    : ChangeLog files.texi 

Log message:
        * files.texi (File Attributes): Move note about MS-DOS from
        Changing Files to File Attributes.
        (Create/Delete Dirs): Note that mkdir is an alias for this.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.247&r2=1.248
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/files.texi?cvsroot=emacs&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -b -r1.247 -r1.248
--- ChangeLog   1 Apr 2009 03:50:58 -0000       1.247
+++ ChangeLog   4 Apr 2009 01:32:57 -0000       1.248
@@ -1,3 +1,9 @@
+2009-04-04  Chong Yidong  <address@hidden>
+
+       * files.texi (File Attributes): Move note about MS-DOS from
+       Changing Files to File Attributes.
+       (Create/Delete Dirs): Note that mkdir is an alias for this.
+
 2009-04-01  Markus Triska  <address@hidden>
 
        * processes.texi (Filter Functions): Suggest how to handle output

Index: files.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/files.texi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- files.texi  22 Jan 2009 04:53:41 -0000      1.18
+++ files.texi  4 Apr 2009 01:32:57 -0000       1.19
@@ -1269,6 +1269,17 @@
 @end table
 @end defun
 
address@hidden MS-DOS and file modes
address@hidden file modes and MS-DOS
+  On MS-DOS, there is no such thing as an ``executable'' file mode bit.
+So Emacs considers a file executable if its name ends in one of the
+standard executable extensions, such as @file{.com}, @file{.bat},
address@hidden, and some others.  Files that begin with the Unix-standard
address@hidden signature, such as shell and Perl scripts, are also considered
+as executable files.  This is reflected in the values returned by
address@hidden and @code{file-attributes}.  Directories are also
+reported with executable bit set, for compatibility with Unix.
+
 @node Locating Files
 @subsection How to Locate Files in Standard Places
 @cindex locate file in path
@@ -1570,17 +1581,6 @@
 (@pxref{Time of Day}).
 @end defun
 
address@hidden MS-DOS and file modes
address@hidden file modes and MS-DOS
-  On MS-DOS, there is no such thing as an ``executable'' file mode bit.
-So Emacs considers a file executable if its name ends in one of the
-standard executable extensions, such as @file{.com}, @file{.bat},
address@hidden, and some others.  Files that begin with the Unix-standard
address@hidden signature, such as shell and Perl scripts, are also considered
-as executable files.  This is reflected in the values returned by
address@hidden and @code{file-attributes}.  Directories are also
-reported with executable bit set, for compatibility with Unix.
-
 @node File Names
 @section File Names
 @cindex file names
@@ -2491,11 +2491,14 @@
 with @code{delete-file}.  These special functions exist to create and
 delete directories.
 
address@hidden mkdir
 @defun make-directory dirname &optional parents
 This function creates a directory named @var{dirname}.
 If @var{parents} is address@hidden, as is always the case in an
 interactive call, that means to create the parent directories first,
 if they don't already exist.
+
address@hidden is an alias for this fuction.
 @end defun
 
 @defun delete-directory dirname




reply via email to

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