branch: externals/truename-cache
commit c319d8e648c90ef57bf749eee06af9a73ae02d61
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>
Doc
---
truename-cache.el | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/truename-cache.el b/truename-cache.el
index a4e60d76d3..b2d4c157dc 100644
--- a/truename-cache.el
+++ b/truename-cache.el
@@ -21,9 +21,15 @@
;; Keywords: lisp
;; Package-Requires: ((emacs "27.1") (compat "30.1"))
-;; Minimum Emacs 27+ because:
-;; NEWS.27: "** File metadata primitives now signal an error if I/O, access, or
-;; other serious errors prevent them from determining the result."
+;; Minimum Emacs 27+ because of these NEWS.27 items:
+
+;; ** File metadata primitives now signal an error if I/O, access, or
+;; other serious errors prevent them from determining the result.
+;; Formerly, these functions often (though not always) silently returned
+;; nil.
+;; ** 'file-name-absolute-p' no longer considers "~foo" to be an absolute
+;; file name if there is no user named "foo".
+
;;; Commentary: