From 6736ab5aa39aedfeecbe5a58f9ddf96c23fb74f5 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 25 Mar 2004 10:40:59 +0000 Subject: [PATCH] Fix comments. --- lisp/dired.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/dired.el b/lisp/dired.el index af74ed5c1f0..515daa03f27 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1,6 +1,6 @@ ;;; dired.el --- directory-browsing commands -;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 1997, 2000, 2001, 03, 2004 +;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 97, 2000, 01, 03, 2004 ;; Free Software Foundation, Inc. ;; Author: Sebastian Kremer @@ -768,7 +768,6 @@ If HDR is non-nil, insert a header line with the directory name." ;; Insert "wildcard" line where "total" line would be for a full dir. (insert " wildcard " (file-name-nondirectory dir) "\n"))))) -;; Make the file names highlight when the mouse is on them. (defun dired-insert-set-properties (beg end) "Make the file names highlight when the mouse is on them." (save-excursion @@ -2650,7 +2649,7 @@ A prefix argument says to unflag those files instead." "auto save file"))) (defcustom dired-garbage-files-regexp - ;; `log' here is dubious, ssince it's typically used for useful log + ;; `log' here is dubious, since it's typically used for useful log ;; files, not just TeX stuff. -- fx (concat (regexp-opt '(".log" ".toc" ".dvi" ".bak" ".orig" ".rej" ".aux")) -- 2.39.2