emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104862: Auto-commit of loaddefs file


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104862: Auto-commit of loaddefs files.
Date: Sat, 02 Jul 2011 06:23:45 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104862
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-02 06:23:45 -0400
message:
  Auto-commit of loaddefs files.
modified:
  lisp/dired.el
=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2011-07-01 11:56:36 +0000
+++ b/lisp/dired.el     2011-07-02 10:23:45 +0000
@@ -3628,16 +3628,16 @@
 ;;;;;;  dired-run-shell-command dired-do-shell-command 
dired-do-async-shell-command
 ;;;;;;  dired-clean-directory dired-do-print dired-do-touch dired-do-chown
 ;;;;;;  dired-do-chgrp dired-do-chmod dired-compare-directories 
dired-backup-diff
-;;;;;;  dired-diff) "dired-aux" "dired-aux.el" 
"7efcfe4f9e0913ae4a87be014010c27f")
+;;;;;;  dired-diff) "dired-aux" "dired-aux.el" 
"65e65633e08c3e4b4a4b1c735f2f48b8")
 ;;; Generated autoloads from dired-aux.el
 
 (autoload 'dired-diff "dired-aux" "\
 Compare file at point with file FILE using `diff'.
 FILE defaults to the file at the mark.  (That's the mark set by
 \\[set-mark-command], not by Dired's \\[dired-mark] command.)
-The prompted-for file is the first file given to `diff'.
+The prompted-for FILE is the first file given to `diff'.
 With prefix arg, prompt for second argument SWITCHES,
-which is options for `diff'.
+which is the string of command switches for `diff'.
 
 \(fn FILE &optional SWITCHES)" t nil)
 
@@ -4080,8 +4080,9 @@
 
 (autoload 'dired-show-file-type "dired-aux" "\
 Print the type of FILE, according to the `file' command.
-If FILE is a symbolic link and the optional argument DEREF-SYMLINKS is
-true then the type of the file linked to by FILE is printed instead.
+If you give a prefix to this command, and FILE is a symbolic
+link, then the type of the file linked to by FILE is printed
+instead.
 
 \(fn FILE &optional DEREF-SYMLINKS)" t nil)
 


reply via email to

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