emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/dired.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/dired.texi [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:58:27 -0400

Index: emacs/man/dired.texi
diff -c emacs/man/dired.texi:1.24.6.1 emacs/man/dired.texi:1.24.6.2
*** emacs/man/dired.texi:1.24.6.1       Fri Apr 16 12:50:40 2004
--- emacs/man/dired.texi        Mon Jun 28 07:29:01 2004
***************
*** 58,64 ****
  give to @code{ls} for listing directory; this string @emph{must} contain
  @samp{-l}.  If you use a numeric prefix argument with the @code{dired}
  command, you can specify the @code{ls} switches with the minibuffer
! before you enter the directory specification.
  
  @findex dired-other-window
  @kindex C-x 4 d
--- 58,66 ----
  give to @code{ls} for listing directory; this string @emph{must} contain
  @samp{-l}.  If you use a numeric prefix argument with the @code{dired}
  command, you can specify the @code{ls} switches with the minibuffer
! before you enter the directory specification.  No matter how they are
! specified, the @code{ls} switches should all be short options (that
! is, single characters) requiring no arguments.
  
  @findex dired-other-window
  @kindex C-x 4 d
***************
*** 589,594 ****
--- 591,602 ----
  program to use to do the work (different systems put @code{chown} in
  different places).
  
+ @findex dired-do-touch
+ @kindex T @r{(Dired)}
+ @cindex changing file time (in Dired)
+ @item T @var{timestamp} @key{RET}
+ Change the time of the specified files (@code{dired-do-touch}).
+ 
  @findex dired-do-print
  @kindex P @r{(Dired)}
  @cindex printing files (in Dired)
***************
*** 1079,1084 ****
--- 1087,1098 ----
  @code{find} what condition to test.  To use this command, you need to
  know how to use @code{find}.
  
+ @vindex find-ls-option
+   The format of listing produced by these commands is controlled by the
+ variable @code{find-ls-option}, whose default value specifies using
+ options @samp{-ld} for @code{ls}.  If your listings are corrupted, you
+ may need to change the value of this variable.
+ 
  @findex locate
  @findex locate-with-filter
  @cindex file database (locate)
***************
*** 1087,1097 ****
  program.  @kbd{M-x locate-with-filter} is similar, but keeps only lines
  matching a given regular expression.
  
! @vindex find-ls-option
!   The format of listing produced by these commands is controlled by the
! variable @code{find-ls-option}, whose default value specifies using
! options @samp{-ld} for @code{ls}.  If your listings are corrupted, you
! may need to change the value of this variable.
  
  @node Misc Dired Commands
  @section Other Dired Commands
--- 1101,1110 ----
  program.  @kbd{M-x locate-with-filter} is similar, but keeps only lines
  matching a given regular expression.
  
! These buffers don't work entirely like ordinary Dired buffers.  File
! operations work, but do not always automatically update the buffer.
! Reverting the buffer with @kbd{g} deletes all inserted subdirectories,
! and erases all flags and marks.
  
  @node Misc Dired Commands
  @section Other Dired Commands




reply via email to

[Prev in Thread] Current Thread [Next in Thread]