From: Lars Magne Ingebrigtsen Date: Mon, 11 Jul 2011 13:38:58 +0000 (+0200) Subject: (dired-guess-default): Fix grammar in doc string X-Git-Tag: emacs-pretest-24.0.90~104^2~387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a93078b2442ac562f37203b27b8e7735fb4263c;p=emacs.git (dired-guess-default): Fix grammar in doc string Fixes: debbugs:2028 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9fc26f61181..0245c0beb9d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/dired-x.el b/lisp/dired-x.el index d6eff9f129f..e1a38847fa5 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -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)