aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Albinus2022-10-14 21:32:15 +0200
committerMichael Albinus2022-10-14 21:32:15 +0200
commiteeffc1f5ae36284e8d08c0f529e115032d7e0d04 (patch)
tree55ac8a32b7d3fba9a0029de6fc199c29e66d092a /src
parent3da935d5339dfb43cb1be2df5f83b74b4e34ccc1 (diff)
downloademacs-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.c2
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:
928Large integers are bignums, so `eq' might not work on them. 928Large integers are bignums, so `eq' might not work on them.
929On most filesystems, the combination of the inode and the device 929On most filesystems, the combination of the inode and the device
930identifier uniquely identifies the file. This unique file identification 930identifier uniquely identifies the file. This unique file identification
931is provided by the access function `file-attribute-file-number'. 931is provided by the access function `file-attribute-file-identifier'.
932 932
933On MS-Windows, performance depends on `w32-get-true-file-attributes', 933On MS-Windows, performance depends on `w32-get-true-file-attributes',
934which see. 934which see.