summaryrefslogtreecommitdiff
path: root/src/dired.c
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-10-14 21:32:15 +0200
committerMichael Albinus <michael.albinus@gmx.de>2022-10-14 21:32:15 +0200
commiteeffc1f5ae36284e8d08c0f529e115032d7e0d04 (patch)
tree55ac8a32b7d3fba9a0029de6fc199c29e66d092a /src/dired.c
parent3da935d5339dfb43cb1be2df5f83b74b4e34ccc1 (diff)
downloademacs-eeffc1f5ae36284e8d08c0f529e115032d7e0d04.tar.gz
emacs-eeffc1f5ae36284e8d08c0f529e115032d7e0d04.tar.bz2
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/dired.c')
-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:
Large integers are bignums, so `eq' might not work on them.
On most filesystems, the combination of the inode and the device
identifier uniquely identifies the file. This unique file identification
-is provided by the access function `file-attribute-file-number'.
+is provided by the access function `file-attribute-file-identifier'.
On MS-Windows, performance depends on `w32-get-true-file-attributes',
which see.