comparison man/dired.texi @ 70485:e41cc24662e3

Fix spelling errors.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 May 2006 20:42:21 +0000
parents fddb2c4fae49
children d540eb230ee2 146cd8369025
comparison
equal deleted inserted replaced
70484:82809fb9f71b 70485:e41cc24662e3
1203 prompt) is to compare just the file names---each file name that does 1203 prompt) is to compare just the file names---each file name that does
1204 not appear in the other directory is ``different''. You can specify 1204 not appear in the other directory is ``different''. You can specify
1205 more stringent comparisons by entering a Lisp expression, which can 1205 more stringent comparisons by entering a Lisp expression, which can
1206 refer to the variables @code{size1} and @code{size2}, the respective 1206 refer to the variables @code{size1} and @code{size2}, the respective
1207 file sizes; @code{mtime1} and @code{mtime2}, the last modification 1207 file sizes; @code{mtime1} and @code{mtime2}, the last modification
1208 times in seconds, as floating point numers; and @code{fa1} and 1208 times in seconds, as floating point numbers; and @code{fa1} and
1209 @code{fa2}, the respective file attribute lists (as returned by the 1209 @code{fa2}, the respective file attribute lists (as returned by the
1210 function @code{file-attributes}). This expression is evaluated for 1210 function @code{file-attributes}). This expression is evaluated for
1211 each pair of like-named files, and if the expression's value is 1211 each pair of like-named files, and if the expression's value is
1212 non-@code{nil}, those files are considered ``different''. 1212 non-@code{nil}, those files are considered ``different''.
1213 1213