]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-insert-set-properties): Make the doc string reflect what it does now
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 15:15:26 +0000 (17:15 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 13 Jul 2011 15:15:26 +0000 (17:15 +0200)
Fixes: debbugs:5325
lisp/ChangeLog
lisp/dired.el

index 60639bcffb25e569784e05dfa5d1f3ab6be8a377..d27f6b3c2be7c98baf8631cd93d62406f363c0da 100644 (file)
@@ -1,5 +1,8 @@
 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * dired.el (dired-insert-set-properties): Make the doc string
+       reflect what it does now (bug#5325).
+
        * simple.el (blink-matching-open): Say that we were unable to find
        the match within the limit, if we're limited (bug#5122).
 
index 62420348d0f56e21f77223307e85244683151aa6..96709ffecd852d4a819a68b5733de7539a5005ce 100644 (file)
@@ -1175,7 +1175,7 @@ If HDR is non-nil, insert a header line with the directory name."
        (insert "  wildcard " (file-name-nondirectory dir) "\n")))))
 
 (defun dired-insert-set-properties (beg end)
-  "Make the file names highlight when the mouse is on them."
+  "Add various text properties to the lines in the region."
   (save-excursion
     (goto-char beg)
     (while (< (point) end)