]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/dired.texi (Operating on Files): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 2 Sep 2021 16:07:25 +0000 (19:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Sep 2021 16:07:25 +0000 (19:07 +0300)
doc/emacs/dired.texi

index d6b9e7139e7e4314febdf4e4e9d8916cbfd2fe51..540abc3f3b9a208395bcdff8d0dd2d967cffc4b0 100644 (file)
@@ -852,8 +852,8 @@ different systems put @command{chown} in different places).
 @cindex changing file time (in Dired)
 @item T @var{timestamp} @key{RET}
 Touch the specified files (@code{dired-do-touch}).  This means
-updating their modification times to @var{timestamp}.  This is like
-the shell command @code{touch}.
+updating their modification times to @var{timestamp}, which defaults
+to the present time.  This is like the shell command @command{touch}.
 
 @findex dired-do-print
 @kindex P @r{(Dired)}