diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:49:21 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:49:21 +0000 |
commit | e0f24100c74828aadd926f0afa6e3440be8c89d0 (patch) | |
tree | 3fb96e2684078c6612126ecc1d668fd87866a041 /src/dired.c | |
parent | 22e9fe2445883d651799f027917cd50d065f200d (diff) | |
download | emacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.tar.gz |
Replace `iff' in comments.
Diffstat (limited to 'src/dired.c')
-rw-r--r-- | src/dired.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index 22283b66ea0..1fb5387268a 100644 --- a/src/dired.c +++ b/src/dired.c @@ -916,7 +916,7 @@ Elements of the attribute list are: 7. Size in bytes. This is a floating point number if the size is too large for an integer. 8. File modes, as a string of ten letters or dashes as in ls -l. - 9. t iff file's gid would change if file were deleted and recreated. + 9. t if file's gid would change if file were deleted and recreated. 10. inode number. If inode number is larger than the Emacs integer, this is a cons cell containing two integers: first the high part, then the low 16 bits. |