emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105096: (dired-guess-default): Fix g


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105096: (dired-guess-default): Fix grammar in doc string
Date: Mon, 11 Jul 2011 15:38:58 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105096
fixes bug(s): http://debbugs.gnu.org/2028
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-11 15:38:58 +0200
message:
  (dired-guess-default): Fix grammar in doc string
modified:
  lisp/ChangeLog
  lisp/dired-x.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-11 13:34:35 +0000
+++ b/lisp/ChangeLog    2011-07-11 13:38:58 +0000
@@ -2,6 +2,7 @@
 
        * dired-x.el (dired-guess-default): Remove duplicate shell command
        entries (bug#2028).
+       (dired-guess-default): Fix grammar in doc string (bug#2028).
 
        * subr.el (remove-duplicates): New conveniency function.
 

=== modified file 'lisp/dired-x.el'
--- a/lisp/dired-x.el   2011-07-11 13:36:54 +0000
+++ b/lisp/dired-x.el   2011-07-11 13:38:58 +0000
@@ -1072,7 +1072,7 @@
   :type 'boolean)
 
 (defun dired-guess-default (files)
-  "Guess a shell commands for FILES.  Return command or list of commands.
+  "Return a shell command, or a list of commands, appropriate for FILES.
 See `dired-guess-shell-alist-user'."
 
   (let* ((case-fold-search dired-guess-shell-case-fold-search)


reply via email to

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