diff lispref/files.texi @ 77006:1f4b88ab053d

Improve index entries. Remove redundant/useless ones.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Apr 2007 02:06:21 +0000
parents fc9d442f98d2
children 95a196e2e465 4ef881a120fe
line wrap: on
line diff
--- a/lispref/files.texi	Sat Apr 07 02:05:41 2007 +0000
+++ b/lispref/files.texi	Sat Apr 07 02:06:21 2007 +0000
@@ -740,7 +740,6 @@
 
 @node Information about Files
 @section Information about Files
-@cindex information about files
 @cindex file, information about
 
   The functions described in this section all operate on strings that
@@ -1178,6 +1177,7 @@
 
 @item
 The time of last modification as a list of two integers (as above).
+@cindex modification time of file
 
 @item
 The time of last status change as a list of two integers (as above).
@@ -1268,13 +1268,13 @@
 
 @node Locating Files
 @subsection How to Locate Files in Standard Places
-@cindex locate files
-@cindex find files
+@cindex locate file in path
+@cindex find file in path
 
   This section explains how to search for a file in a list of
-directories.  One example is when you need to look for a program's
-executable file, e.g., to find out whether a given program is
-installed on the user's system.  Another example is the search for
+directories (a @dfn{path}).  One example is when you need to look for
+a program's executable file, e.g., to find out whether a given program
+is installed on the user's system.  Another example is the search for
 Lisp libraries (@pxref{Library Search}).  Such searches generally need
 to try various possible file name extensions, in addition to various
 possible directories.  Emacs provides a function for such a
@@ -1317,7 +1317,6 @@
 a list of one or more of these symbols.
 @end defun
 
-@cindex find executable program
 @defun executable-find program
 This function searches for the executable file of the named
 @var{program} and returns the full absolute name of the executable,
@@ -1329,7 +1328,7 @@
 
 @node Changing Files
 @section Changing File Names and Attributes
-@cindex renaming files
+@c @cindex renaming files  Duplicates rename-file
 @cindex copying files
 @cindex deleting files
 @cindex linking files