From 7e9505c5eb2fdaef0b85ea64ee9954e8e51dd05a Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Wed, 13 Jul 2011 17:15:26 +0200 Subject: [PATCH] (dired-insert-set-properties): Make the doc string reflect what it does now Fixes: debbugs:5325 --- lisp/ChangeLog | 3 +++ lisp/dired.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 60639bcffb2..d27f6b3c2be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-07-13 Lars Magne Ingebrigtsen + * 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). diff --git a/lisp/dired.el b/lisp/dired.el index 62420348d0f..96709ffecd8 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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) -- 2.39.5