mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-02 02:10:19 +02:00
Fix a grammatical typo in my last entry.
This commit is contained in:
parent
f319727482
commit
cd56b18192
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
* boot-9.scm (file-exists?): Use stat rather than access?, so as to
|
||||
follow the effective UID/GID not the real ID. file-exists? is
|
||||
normally be used as a prelude to opening or some other operation, and
|
||||
normally used as a prelude to opening or some other operation, and
|
||||
it's the effective ID which will apply there. Emacs file-exists-p
|
||||
uses stat, presumably for the the same reason.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue