emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104847: * dired-aux.el (dired-diff):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104847: * dired-aux.el (dired-diff): Doc fixup (bug#8816).
Date: Fri, 01 Jul 2011 14:48:02 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104847
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 14:48:02 +0200
message:
  * dired-aux.el (dired-diff): Doc fixup (bug#8816).
modified:
  lisp/ChangeLog
  lisp/dired-aux.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-01 11:56:36 +0000
+++ b/lisp/ChangeLog    2011-07-01 12:48:02 +0000
@@ -1,5 +1,7 @@
 2011-07-01  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * dired-aux.el (dired-diff): Doc fixup (bug#8816).
+
        * dired.el (dired-mode): Fix up the doc string as suggested by
        Drew Adams (bug#8817).
 

=== modified file 'lisp/dired-aux.el'
--- a/lisp/dired-aux.el 2011-05-21 02:07:25 +0000
+++ b/lisp/dired-aux.el 2011-07-01 12:48:02 +0000
@@ -56,9 +56,9 @@
   "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'."
   (interactive
    (let* ((current (dired-get-filename t))
          ;; Get the file at the mark.


reply via email to

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