aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2005-07-18 15:18:33 +0000
committerJuri Linkov <[email protected]>2005-07-18 15:18:33 +0000
commit9d9ee410b8272a203bfddd2d4662bddafb82e58c (patch)
treeb55ad5339abc9295cac6edd35abce3972b496b1a /lisp/dired.el
parent9b05fb22809179f62bce18112f2f6ef062138f83 (diff)
(dired-desktop-buffer-misc-data, dired-restore-desktop-buffer):
Delete duplicate words.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 59884e025b..8a558b1a2d 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -3262,7 +3262,7 @@ Ask means pop up a menu for the user to select one of copy, move or link."
;; Directory name followed by list of files.
(cons (desktop-file-name (car dired-directory) desktop-dirname)
(cdr dired-directory))
- ;; Directory name, optionally with with shell wildcard.
+ ;; Directory name, optionally with shell wildcard.
(desktop-file-name dired-directory desktop-dirname))
;; Subdirectories in `dired-subdir-alist'.
(cdr
@@ -3277,7 +3277,7 @@ Ask means pop up a menu for the user to select one of copy, move or link."
desktop-buffer-misc)
"Restore a dired buffer specified in a desktop file."
;; First element of `desktop-buffer-misc' is the value of `dired-directory'.
- ;; This value is a directory name, optionally with with shell wildcard or
+ ;; This value is a directory name, optionally with shell wildcard or
;; a directory name followed by list of files.
(let* ((dired-dir (car desktop-buffer-misc))
(dir (if (consp dired-dir) (car dired-dir) dired-dir)))