diff options
| author | Richard M. Stallman | 1999-04-06 23:41:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-04-06 23:41:21 +0000 |
| commit | 6d4e6528f52239fbbed9f42c6025d71690a6156d (patch) | |
| tree | 70b10b245a7ba0bf996527ffbf3ccee81ac7d706 /src | |
| parent | 635173de4a78b645a082682ffc9552c80db1c99e (diff) | |
| download | emacs-6d4e6528f52239fbbed9f42c6025d71690a6156d.tar.gz emacs-6d4e6528f52239fbbed9f42c6025d71690a6156d.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 a11ec5bc8d8..da965c356e6 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -673,7 +673,8 @@ Otherwise, list elements are:\n\ | |||
| 673 | 8. File modes, as a string of ten letters or dashes as in ls -l.\n\ | 673 | 8. File modes, as a string of ten letters or dashes as in ls -l.\n\ |
| 674 | 9. t iff file's gid would change if file were deleted and recreated.\n\ | 674 | 9. t iff file's gid would change if file were deleted and recreated.\n\ |
| 675 | 10. inode number. If inode number is larger than the Emacs integer,\n\ | 675 | 10. inode number. If inode number is larger than the Emacs integer,\n\ |
| 676 | this is a list of two integers: first the high, then the low 16 bits.\n\ | 676 | this is a cons cell containing two integers: first the high part,\n\ |
| 677 | then the low 16 bits.\n\ | ||
| 677 | 11. Device number.\n\ | 678 | 11. Device number.\n\ |
| 678 | \n\ | 679 | \n\ |
| 679 | If file does not exist, returns nil.") | 680 | If file does not exist, returns nil.") |