emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/files.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/files.texi,v
Date: Sat, 31 Mar 2007 17:27:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/03/31 17:27:34

Index: files.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/files.texi,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- files.texi  28 Jan 2007 07:19:16 -0000      1.102
+++ files.texi  31 Mar 2007 17:27:34 -0000      1.103
@@ -296,6 +296,7 @@
 
 @node Saving Buffers
 @section Saving Buffers
address@hidden saving buffers
 
   When you edit a file in Emacs, you are actually working on a buffer
 that is visiting that file---that is, the contents of the file are
@@ -481,6 +482,7 @@
 @node Reading from Files
 @comment  node-name,  next,  previous,  up
 @section Reading from Files
address@hidden reading from files
 
   You can copy a file from the disk and insert it into a buffer
 using the @code{insert-file-contents} function.  Don't use the user-level
@@ -544,6 +546,7 @@
 @node Writing to Files
 @comment  node-name,  next,  previous,  up
 @section Writing to Files
address@hidden writing to files
 
   You can write the contents of a buffer, or part of a buffer, directly
 to a file on disk using the @code{append-to-file} and
@@ -647,6 +650,7 @@
 @node File Locks
 @section File Locks
 @cindex file locks
address@hidden lock file
 
   When two users edit the same file at the same time, they are likely
 to interfere with each other.  Emacs tries to prevent this situation
@@ -736,6 +740,8 @@
 
 @node Information about Files
 @section Information about Files
address@hidden information about files
address@hidden file, information about
 
   The functions described in this section all operate on strings that
 designate file names.  With a few exceptions, all the functions have
@@ -2459,6 +2465,7 @@
 
 @node Create/Delete Dirs
 @section Creating and Deleting Directories
address@hidden creating and deleting directories
 @c Emacs 19 features
 
   Most Emacs Lisp file-manipulation functions get errors when used on




reply via email to

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