]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-guess-default): Fix grammar in doc string
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 11 Jul 2011 13:38:58 +0000 (15:38 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 11 Jul 2011 13:38:58 +0000 (15:38 +0200)
Fixes: debbugs:2028
lisp/ChangeLog
lisp/dired-x.el

index 9fc26f61181c121cac80e1bf2d876043cbd6364a..0245c0beb9dc5d327437ebf197c4d444c7981c27 100644 (file)
@@ -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.
 
index d6eff9f129ffb3e1f705ef70736dce8b092a9b77..e1a38847fa54e61e4e53469aed4061a50e24cc71 100644 (file)
@@ -1072,7 +1072,7 @@ You can set this variable in your ~/.emacs.  For example, to add rules for
   :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)