diff options
| author | Michael Albinus | 2022-10-14 21:32:15 +0200 |
|---|---|---|
| committer | Michael Albinus | 2022-10-14 21:32:15 +0200 |
| commit | eeffc1f5ae36284e8d08c0f529e115032d7e0d04 (patch) | |
| tree | 55ac8a32b7d3fba9a0029de6fc199c29e66d092a /src | |
| parent | 3da935d5339dfb43cb1be2df5f83b74b4e34ccc1 (diff) | |
| download | emacs-eeffc1f5ae36284e8d08c0f529e115032d7e0d04.tar.gz emacs-eeffc1f5ae36284e8d08c0f529e115032d7e0d04.zip | |
Rename `file-attribute-file-number' to `file-attribute-file-identifier'
* doc/lispref/files.texi (File Attributes):
* etc/NEWS:
* lisp/files.el (find-buffer-visiting, find-file-noselect)
(set-visited-file-name, basic-save-buffer)
(file-attribute-file-identifier):
* lisp/startup.el (normal-top-level-add-subdirs-to-load-path):
* lisp/eshell/em-unix.el (eshell-shuffle-files):
* src/dired.c (Ffile_attributes):
Rename `file-attribute-file-number' to `file-attribute-file-identifier'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index 1b4edf20483..ef729df5d2b 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -928,7 +928,7 @@ Elements of the attribute list are: | |||
| 928 | Large integers are bignums, so `eq' might not work on them. | 928 | Large integers are bignums, so `eq' might not work on them. |
| 929 | On most filesystems, the combination of the inode and the device | 929 | On most filesystems, the combination of the inode and the device |
| 930 | identifier uniquely identifies the file. This unique file identification | 930 | identifier uniquely identifies the file. This unique file identification |
| 931 | is provided by the access function `file-attribute-file-number'. | 931 | is provided by the access function `file-attribute-file-identifier'. |
| 932 | 932 | ||
| 933 | On MS-Windows, performance depends on `w32-get-true-file-attributes', | 933 | On MS-Windows, performance depends on `w32-get-true-file-attributes', |
| 934 | which see. | 934 | which see. |