changeset 6636:4cdde975154f

(dired-insert-directory): Fix comment.
author Karl Heuer <kwzh@gnu.org>
date Sat, 02 Apr 1994 02:58:07 +0000
parents 85dc25d7ea6c
children 49120b664bba
files lisp/dired.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Fri Apr 01 19:31:15 1994 +0000
+++ b/lisp/dired.el	Sat Apr 02 02:58:07 1994 +0000
@@ -512,7 +512,7 @@
 (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