summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-04-02 02:58:07 +0000
committerKarl Heuer <kwzh@gnu.org>1994-04-02 02:58:07 +0000
commitf726257eb4edf956d9ae4115eaa48ce19980b943 (patch)
tree99e9fe99d6f657a4404a68b977ba36b761b701ef /lisp/dired.el
parentf81ed6cfac0abad90d42b57aac4ba818fb8a1f60 (diff)
downloademacs-f726257eb4edf956d9ae4115eaa48ce19980b943.tar.gz
(dired-insert-directory): Fix comment.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 525edb09848..b8ebaa1f63e 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -512,7 +512,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
(defun dired-insert-directory (dir-or-list switches &optional wildcard full-p)
;; Do the right thing whether dir-or-list is atomic or not. If it is,
;; inset all files listed in the cdr (the car is the passed-in directory
- ;; list.
+ ;; list).
(let ((opoint (point)))
(if (consp dir-or-list)
(progn