comparison src/dired.c @ 107978:c168d4537385

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 19 Apr 2010 11:07:52 -0400
parents 84b961690802 2604d177b630
children ed7496d92467
comparison
equal deleted inserted replaced
107902:b211643f088b 107978:c168d4537385
933 DEFUN ("file-attributes", Ffile_attributes, Sfile_attributes, 1, 2, 0, 933 DEFUN ("file-attributes", Ffile_attributes, Sfile_attributes, 1, 2, 0,
934 doc: /* Return a list of attributes of file FILENAME. 934 doc: /* Return a list of attributes of file FILENAME.
935 Value is nil if specified file cannot be opened. 935 Value is nil if specified file cannot be opened.
936 936
937 ID-FORMAT specifies the preferred format of attributes uid and gid (see 937 ID-FORMAT specifies the preferred format of attributes uid and gid (see
938 below) - valid values are 'string and 'integer. The latter is the default, 938 below) - valid values are 'string and 'integer. The latter is the
939 but we plan to change that, so you should specify a non-nil value for 939 default, but we plan to change that, so you should specify a non-nil value
940 ID-FORMAT if you use the returned uid or gid. 940 for ID-FORMAT if you use the returned uid or gid.
941 941
942 Elements of the attribute list are: 942 Elements of the attribute list are:
943 0. t for directory, string (name linked to) for symbolic link, or nil. 943 0. t for directory, string (name linked to) for symbolic link, or nil.
944 1. Number of links to file. 944 1. Number of links to file.
945 2. File uid as a string or a number. If a string value cannot be 945 2. File uid as a string or a number. If a string value cannot be