emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105165: (dired-insert-set-properties


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105165: (dired-insert-set-properties): Make the doc string reflect what it does now
Date: Wed, 13 Jul 2011 17:15:26 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105165
fixes bug(s): http://debbugs.gnu.org/5325
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-13 17:15:26 +0200
message:
  (dired-insert-set-properties): Make the doc string reflect what it does now
modified:
  lisp/ChangeLog
  lisp/dired.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-13 14:57:28 +0000
+++ b/lisp/ChangeLog    2011-07-13 15:15:26 +0000
@@ -1,5 +1,8 @@
 2011-07-13  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/dired.el'
--- a/lisp/dired.el     2011-07-12 10:24:54 +0000
+++ b/lisp/dired.el     2011-07-13 15:15:26 +0000
@@ -1175,7 +1175,7 @@
        (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]