mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(dired-insert-set-properties): Make the doc string reflect what it does now
Fixes: debbugs:5325
This commit is contained in:
parent
f987fde448
commit
7e9505c5eb
@ -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).
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user