diff options
| author | Juri Linkov | 2007-10-28 14:48:18 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-10-28 14:48:18 +0000 |
| commit | 747e8ee222c08cb73319180ef2f4dd0798776cc7 (patch) | |
| tree | dc4123b04cb56e2fa8120407925570478b2582a4 | |
| parent | 70ee951bc8c9003e3bd5bad1d18e2c44823138c0 (diff) | |
| download | emacs-747e8ee222c08cb73319180ef2f4dd0798776cc7.tar.gz emacs-747e8ee222c08cb73319180ef2f4dd0798776cc7.zip | |
Fix comment.
| -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 | ||