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, 08 Jul 2006 18:10:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:10:36

Index: files.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/files.texi,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- files.texi  26 Jun 2006 11:20:30 -0000      1.97
+++ files.texi  8 Jul 2006 18:10:36 -0000       1.98
@@ -194,7 +194,6 @@
 @var{filename}.
 @end deffn
 
address@hidden find-file-wildcards
 @defopt find-file-wildcards
 If this variable is address@hidden, then the various @code{find-file}
 commands check for wildcard characters and visit all the files that
@@ -1728,7 +1727,6 @@
 Andrew Innes says that this
 
 @c @defvar directory-sep-char
address@hidden @tindex directory-sep-char
 This variable holds the character that Emacs normally uses to separate
 file name components.  The default value is @code{?/}, but on MS-Windows
 you can set it to @code{?\\}; then the functions that transform file names
@@ -2098,7 +2096,6 @@
 two different jobs from trying to use the exact same file name.
 
 @defun make-temp-file prefix &optional dir-flag suffix
address@hidden make-temp-file
 This function creates a temporary file and returns its name.  Emacs
 creates the temporary file's name by adding to @var{prefix} some
 random characters that are different in each Emacs job.  The result is
@@ -2181,7 +2178,6 @@
 address@hidden
 @end defvar
 
address@hidden small-temporary-file-directory
 @defvar small-temporary-file-directory
 This variable specifies the directory name for
 creating certain temporary files, which are likely to be small.
@@ -2403,7 +2399,6 @@
 @var{file} in directory @var{dirname}.  It is only available on VMS.
 @end defun
 
address@hidden file-expand-wildcards
 @defun file-expand-wildcards pattern &optional full
 This function expands the wildcard pattern @var{pattern}, returning
 a list of file names that match it.




reply via email to

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