diff options
| author | Eli Zaretskii | 2001-09-14 16:49:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-14 16:49:13 +0000 |
| commit | 61984904270a2e2148e85d162f96e97284f74cad (patch) | |
| tree | 300e0cffd0bfdeb05923484e20d50677028aa255 /src | |
| parent | c3ea2deb1f408043179d240f164b505f2a20d042 (diff) | |
| download | emacs-61984904270a2e2148e85d162f96e97284f74cad.tar.gz emacs-61984904270a2e2148e85d162f96e97284f74cad.zip | |
(Ffile_attributes): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dired.c b/src/dired.c index 19150967560..83447a6de06 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -826,7 +826,8 @@ Otherwise, list elements are:\n\ | |||
| 826 | 10. inode number. If inode number is larger than the Emacs integer,\n\ | 826 | 10. inode number. If inode number is larger than the Emacs integer,\n\ |
| 827 | this is a cons cell containing two integers: first the high part,\n\ | 827 | this is a cons cell containing two integers: first the high part,\n\ |
| 828 | then the low 16 bits.\n\ | 828 | then the low 16 bits.\n\ |
| 829 | 11. Device number.\n\ | 829 | 11. Device number. If it is larger than the Emacs integer, this is\n\ |
| 830 | a cons cell, similar to the inode number.\n\ | ||
| 830 | \n\ | 831 | \n\ |
| 831 | If file does not exist, returns nil.") | 832 | If file does not exist, returns nil.") |
| 832 | (filename) | 833 | (filename) |