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