From: Eli Zaretskii Date: Thu, 2 Sep 2021 16:07:25 +0000 (+0300) Subject: ; * doc/emacs/dired.texi (Operating on Files): Fix last change. X-Git-Tag: emacs-28.0.90~1219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7997c8c982f50120b4286326df179300b6240a0;p=emacs.git ; * doc/emacs/dired.texi (Operating on Files): Fix last change. --- diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index d6b9e7139e7..540abc3f3b9 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi @@ -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)}