branch: externals/truename-cache
commit 435c1d0256c9fbb18314e2a2b4eec87fb4f20703
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>
Doc
---
truename-cache.el | 2 +-
truename-cache.texi | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/truename-cache.el b/truename-cache.el
index bfd6bc0b91..917cbbe414 100644
--- a/truename-cache.el
+++ b/truename-cache.el
@@ -212,7 +212,7 @@ make sense to invoke `truename-cache-invalidate', instead.
Or work only
with names output by `truename-cache-collect-files-and-attributes'.
As of 2026-02-18, the author regards `truename-cache-get-existed-p' as a
-reasonable standard choice, which is why it has the alias
+reasonable standard choice, which is why it has the short alias
`truename-cache-get-p'."
(unless (file-name-absolute-p wild)
(setq wild (expand-file-name wild)))
diff --git a/truename-cache.texi b/truename-cache.texi
index 5fdc26d30c..ad5cbf3e64 100644
--- a/truename-cache.texi
+++ b/truename-cache.texi
@@ -128,7 +128,7 @@ In that case@comma{} this library only sets itself apart
from your solution by t
@node Appendix On referring to inodes instead of truenames
@chapter Appendix: On referring to inodes instead of truenames
-I have a theory that if de-dup is all you want@comma{} it would be possible by
making use of the function @samp{file-attribute-file-identifier}.
+I have a theory that if de-dup is all you want@comma{} it would be possible by
making use of the Emacs 29 function @samp{file-attribute-file-identifier}.
I've not tried that. However@comma{} the truename-based method brings some
upsides.
@@ -137,7 +137,7 @@ I've not tried that. However@comma{} the truename-based
method brings some upsi
It's more hacker-friendly: when something needs debugging@comma{} better to
see a file name than some meaningless inode number.
@item
-With inodes@comma{} you must make an arbitrary choice of which of any two
duplicates to keep as "canonical".
+With inodes@comma{} you must make an arbitrary choice about which of any two
duplicates to keep as "canonical".
@item
Once you have a list of true names@comma{} it is easy to sort@comma{} filter
and manipulate correctly.