comparison lisp/dired-aux.el @ 36618:1d3800fd8fa2

(dired-do-shell-command): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 07 Mar 2001 08:55:18 +0000
parents 5b26cd3356a1
children 81450ff799e2
comparison
equal deleted inserted replaced
36617:756d21b874ec 36618:1d3800fd8fa2
319 However, if there is a `*' in the command then it is run 319 However, if there is a `*' in the command then it is run
320 just once with the entire file list substituted there. 320 just once with the entire file list substituted there.
321 321
322 If there is no `*', but a `?' in the command then it is still run 322 If there is no `*', but a `?' in the command then it is still run
323 on each file individually but with the filename substituted there 323 on each file individually but with the filename substituted there
324 instead of att the end of the command. 324 instead of at the end of the command.
325 325
326 No automatic redisplay of dired buffers is attempted, as there's no 326 No automatic redisplay of dired buffers is attempted, as there's no
327 telling what files the command may have changed. Type 327 telling what files the command may have changed. Type
328 \\[dired-do-redisplay] to redisplay the marked files. 328 \\[dired-do-redisplay] to redisplay the marked files.
329 329