diff options
| -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 245e41ba3a7..0be3aa393e1 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -939,7 +939,7 @@ dired." | |||
| 939 | ;;; string. COMMAND may be a list of commands. | 939 | ;;; string. COMMAND may be a list of commands. |
| 940 | ;;; | 940 | ;;; |
| 941 | ;;; * Return this command to `dired-guess-shell-command' which prompts user | 941 | ;;; * Return this command to `dired-guess-shell-command' which prompts user |
| 942 | ;;; with it. The list of commands is temporarily put into the history list. | 942 | ;;; with it. The list of commands is put into the list of default values. |
| 943 | ;;; If a command is used successfully then it is stored permanently in | 943 | ;;; If a command is used successfully then it is stored permanently in |
| 944 | ;;; `dired-shell-command-history'. | 944 | ;;; `dired-shell-command-history'. |
| 945 | 945 | ||