From: Lars Magne Ingebrigtsen Date: Wed, 13 Jul 2011 15:15:26 +0000 (+0200) Subject: (dired-insert-set-properties): Make the doc string reflect what it does now X-Git-Tag: emacs-pretest-24.0.90~104^2~318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e9505c5eb2fdaef0b85ea64ee9954e8e51dd05a;p=emacs.git (dired-insert-set-properties): Make the doc string reflect what it does now Fixes: debbugs:5325 --- 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)