comparison lisp/dired.el @ 105170:f8ba8d6fd250

Fix typos. * allout.el * dired-aux.el * dired-x.el * epa-file.el * ps-print.el * shell.el * vc-hooks.el * vc-rcs.el * vc-sccs.el * vc.el * view.el * wdired.el * emacs-lisp/authors.el * net/dig.el * net/socks.el * net/zeroconf.el * obsolete/vc-mcvs.el * progmodes/gdb-mi.el * progmodes/grep.el * progmodes/idlw-help.el * progmodes/idlw-shell.el * progmodes/idlwave.el * progmodes/inf-lisp.el * textmodes/bibtex.el * textmodes/ispell.el * textmodes/reftex-toc.el
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 24 Sep 2009 01:37:14 +0000
parents 7a298bd3ef6e
children d991506f9286
comparison
equal deleted inserted replaced
105169:1d903e2f65af 105170:f8ba8d6fd250
3463 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile 3463 ;;;;;; dired-add-file dired-do-redisplay dired-do-load dired-do-byte-compile
3464 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines 3464 ;;;;;; dired-do-compress dired-query dired-compress-file dired-do-kill-lines
3465 ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command 3465 ;;;;;; dired-run-shell-command dired-do-shell-command dired-do-async-shell-command
3466 ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown 3466 ;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
3467 ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff 3467 ;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories dired-backup-diff
3468 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "6ec9fac2638e7b16a006e164ba4454cc") 3468 ;;;;;; dired-diff) "dired-aux" "dired-aux.el" "19cd0d559197e5587fe27e1a81fb2644")
3469 ;;; Generated autoloads from dired-aux.el 3469 ;;; Generated autoloads from dired-aux.el
3470 3470
3471 (autoload 'dired-diff "dired-aux" "\ 3471 (autoload 'dired-diff "dired-aux" "\
3472 Compare file at point with file FILE using `diff'. 3472 Compare file at point with file FILE using `diff'.
3473 FILE defaults to the file at the mark. (That's the mark set by 3473 FILE defaults to the file at the mark. (That's the mark set by
3589 3589
3590 This feature does not try to redisplay Dired buffers afterward, as 3590 This feature does not try to redisplay Dired buffers afterward, as
3591 there's no telling what files COMMAND may have changed. 3591 there's no telling what files COMMAND may have changed.
3592 Type \\[dired-do-redisplay] to redisplay the marked files. 3592 Type \\[dired-do-redisplay] to redisplay the marked files.
3593 3593
3594 When COMMAND runs, its working directory is the top-level directory of 3594 When COMMAND runs, its working directory is the top-level directory
3595 the Dired buffer, so output files usually are created there instead of 3595 of the Dired buffer, so output files usually are created there
3596 in a subdir. 3596 instead of in a subdir.
3597 3597
3598 In a noninteractive call (from Lisp code), you must specify 3598 In a noninteractive call (from Lisp code), you must specify
3599 the list of file names explicitly with the FILE-LIST argument, which 3599 the list of file names explicitly with the FILE-LIST argument, which
3600 can be produced by `dired-get-marked-files', for example. 3600 can be produced by `dired-get-marked-files', for example.
3601 3601
3916 \(fn FILE &optional DEREF-SYMLINKS)" t nil) 3916 \(fn FILE &optional DEREF-SYMLINKS)" t nil)
3917 3917
3918 ;;;*** 3918 ;;;***
3919 3919
3920 ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el" 3920 ;;;### (autoloads (dired-do-relsymlink dired-jump) "dired-x" "dired-x.el"
3921 ;;;;;; "c426566bb1493ccba92a56f402ba565f") 3921 ;;;;;; "1a0298749959c80c24c73b8bec5f1f74")
3922 ;;; Generated autoloads from dired-x.el 3922 ;;; Generated autoloads from dired-x.el
3923 3923
3924 (autoload 'dired-jump "dired-x" "\ 3924 (autoload 'dired-jump "dired-x" "\
3925 Jump to dired buffer corresponding to current buffer. 3925 Jump to dired buffer corresponding to current buffer.
3926 If in a file, dired the current directory and move to file's line. 3926 If in a file, dired the current directory and move to file's line.