diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-11 15:38:58 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-11 15:38:58 +0200 |
commit | 8a93078b2442ac562f37203b27b8e7735fb4263c (patch) | |
tree | 6609db228e57d1277f249e49eb34906c71ba2c45 /lisp/dired-x.el | |
parent | adbb5a4018335f47edb7e682f76caed3c023f7da (diff) | |
download | emacs-8a93078b2442ac562f37203b27b8e7735fb4263c.tar.gz |
(dired-guess-default): Fix grammar in doc string
Fixes: debbugs:2028
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |