diff options
| author | Lars Magne Ingebrigtsen | 2011-07-11 15:38:58 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-11 15:38:58 +0200 |
| commit | 8a93078b2442ac562f37203b27b8e7735fb4263c (patch) | |
| tree | 6609db228e57d1277f249e49eb34906c71ba2c45 | |
| parent | adbb5a4018335f47edb7e682f76caed3c023f7da (diff) | |
| download | emacs-8a93078b2442ac562f37203b27b8e7735fb4263c.tar.gz emacs-8a93078b2442ac562f37203b27b8e7735fb4263c.zip | |
(dired-guess-default): Fix grammar in doc string
Fixes: debbugs:2028
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/dired-x.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9fc26f61181..0245c0beb9d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * dired-x.el (dired-guess-default): Remove duplicate shell command | 3 | * dired-x.el (dired-guess-default): Remove duplicate shell command |
| 4 | entries (bug#2028). | 4 | entries (bug#2028). |
| 5 | (dired-guess-default): Fix grammar in doc string (bug#2028). | ||
| 5 | 6 | ||
| 6 | * subr.el (remove-duplicates): New conveniency function. | 7 | * subr.el (remove-duplicates): New conveniency function. |
| 7 | 8 | ||
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 | |||
| 1072 | :type 'boolean) | 1072 | :type 'boolean) |
| 1073 | 1073 | ||
| 1074 | (defun dired-guess-default (files) | 1074 | (defun dired-guess-default (files) |
| 1075 | "Guess a shell commands for FILES. Return command or list of commands. | 1075 | "Return a shell command, or a list of commands, appropriate for FILES. |
| 1076 | See `dired-guess-shell-alist-user'." | 1076 | See `dired-guess-shell-alist-user'." |
| 1077 | 1077 | ||
| 1078 | (let* ((case-fold-search dired-guess-shell-case-fold-search) | 1078 | (let* ((case-fold-search dired-guess-shell-case-fold-search) |