diff options
| author | Eli Zaretskii | 2006-07-08 18:10:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:10:36 +0000 |
| commit | 00c44593e73ad3fa1ba6629344bfe977682839e2 (patch) | |
| tree | 8e008b8235ce5ad30a18d44cbb3fdc8baad7af49 | |
| parent | c709f8f62b9c80925f38a79173296b050fb27aae (diff) | |
| download | emacs-00c44593e73ad3fa1ba6629344bfe977682839e2.tar.gz emacs-00c44593e73ad3fa1ba6629344bfe977682839e2.zip | |
(Visiting Functions, File Name Components, Unique File Names,
Contents of Directories): REmove @tindex.
| -rw-r--r-- | lispref/files.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 84e4252824b..dbcf37b5c8d 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -194,7 +194,6 @@ When @code{view-file} is called interactively, it prompts for | |||
| 194 | @var{filename}. | 194 | @var{filename}. |
| 195 | @end deffn | 195 | @end deffn |
| 196 | 196 | ||
| 197 | @tindex find-file-wildcards | ||
| 198 | @defopt find-file-wildcards | 197 | @defopt find-file-wildcards |
| 199 | If this variable is non-@code{nil}, then the various @code{find-file} | 198 | If this variable is non-@code{nil}, then the various @code{find-file} |
| 200 | commands check for wildcard characters and visit all the files that | 199 | commands check for wildcard characters and visit all the files that |
| @@ -1728,7 +1727,6 @@ not an extension. | |||
| 1728 | Andrew Innes says that this | 1727 | Andrew Innes says that this |
| 1729 | 1728 | ||
| 1730 | @c @defvar directory-sep-char | 1729 | @c @defvar directory-sep-char |
| 1731 | @c @tindex directory-sep-char | ||
| 1732 | This variable holds the character that Emacs normally uses to separate | 1730 | This variable holds the character that Emacs normally uses to separate |
| 1733 | file name components. The default value is @code{?/}, but on MS-Windows | 1731 | file name components. The default value is @code{?/}, but on MS-Windows |
| 1734 | you can set it to @code{?\\}; then the functions that transform file names | 1732 | you can set it to @code{?\\}; then the functions that transform file names |
| @@ -2098,7 +2096,6 @@ The job of @code{make-temp-file} is to prevent two different users or | |||
| 2098 | two different jobs from trying to use the exact same file name. | 2096 | two different jobs from trying to use the exact same file name. |
| 2099 | 2097 | ||
| 2100 | @defun make-temp-file prefix &optional dir-flag suffix | 2098 | @defun make-temp-file prefix &optional dir-flag suffix |
| 2101 | @tindex make-temp-file | ||
| 2102 | This function creates a temporary file and returns its name. Emacs | 2099 | This function creates a temporary file and returns its name. Emacs |
| 2103 | creates the temporary file's name by adding to @var{prefix} some | 2100 | creates the temporary file's name by adding to @var{prefix} some |
| 2104 | random characters that are different in each Emacs job. The result is | 2101 | random characters that are different in each Emacs job. The result is |
| @@ -2181,7 +2178,6 @@ should use @code{small-temporary-file-directory} first if that is | |||
| 2181 | non-@code{nil}. | 2178 | non-@code{nil}. |
| 2182 | @end defvar | 2179 | @end defvar |
| 2183 | 2180 | ||
| 2184 | @tindex small-temporary-file-directory | ||
| 2185 | @defvar small-temporary-file-directory | 2181 | @defvar small-temporary-file-directory |
| 2186 | This variable specifies the directory name for | 2182 | This variable specifies the directory name for |
| 2187 | creating certain temporary files, which are likely to be small. | 2183 | creating certain temporary files, which are likely to be small. |
| @@ -2403,7 +2399,6 @@ This function returns a list of all versions of the file named | |||
| 2403 | @var{file} in directory @var{dirname}. It is only available on VMS. | 2399 | @var{file} in directory @var{dirname}. It is only available on VMS. |
| 2404 | @end defun | 2400 | @end defun |
| 2405 | 2401 | ||
| 2406 | @tindex file-expand-wildcards | ||
| 2407 | @defun file-expand-wildcards pattern &optional full | 2402 | @defun file-expand-wildcards pattern &optional full |
| 2408 | This function expands the wildcard pattern @var{pattern}, returning | 2403 | This function expands the wildcard pattern @var{pattern}, returning |
| 2409 | a list of file names that match it. | 2404 | a list of file names that match it. |