aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-13 17:15:26 +0200
committerLars Magne Ingebrigtsen2011-07-13 17:15:26 +0200
commit7e9505c5eb2fdaef0b85ea64ee9954e8e51dd05a (patch)
tree4d71e08ff53a28cc25bb12d780396c4bf91744fa
parentf987fde4480f009ccdb588197e4553ef42ba2b9d (diff)
downloademacs-7e9505c5eb2fdaef0b85ea64ee9954e8e51dd05a.tar.gz
emacs-7e9505c5eb2fdaef0b85ea64ee9954e8e51dd05a.zip
(dired-insert-set-properties): Make the doc string reflect what it does now
Fixes: debbugs:5325
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/dired.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 60639bcffb2..d27f6b3c2be 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org> 12011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * dired.el (dired-insert-set-properties): Make the doc string
4 reflect what it does now (bug#5325).
5
3 * simple.el (blink-matching-open): Say that we were unable to find 6 * simple.el (blink-matching-open): Say that we were unable to find
4 the match within the limit, if we're limited (bug#5122). 7 the match within the limit, if we're limited (bug#5122).
5 8
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."
1175 (insert " wildcard " (file-name-nondirectory dir) "\n"))))) 1175 (insert " wildcard " (file-name-nondirectory dir) "\n")))))
1176 1176
1177(defun dired-insert-set-properties (beg end) 1177(defun dired-insert-set-properties (beg end)
1178 "Make the file names highlight when the mouse is on them." 1178 "Add various text properties to the lines in the region."
1179 (save-excursion 1179 (save-excursion
1180 (goto-char beg) 1180 (goto-char beg)
1181 (while (< (point) end) 1181 (while (< (point) end)