emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog hl-line.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog hl-line.el
Date: Sat, 05 Dec 2009 20:56:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/12/05 20:56:46

Modified files:
        lisp           : ChangeLog hl-line.el 

Log message:
        * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16830&r2=1.16831
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/hl-line.el?cvsroot=emacs&r1=1.40&r2=1.41

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16830
retrieving revision 1.16831
diff -u -b -r1.16830 -r1.16831
--- ChangeLog   5 Dec 2009 20:45:39 -0000       1.16830
+++ ChangeLog   5 Dec 2009 20:56:42 -0000       1.16831
@@ -1,3 +1,7 @@
+2009-12-05  Chong Yidong  <address@hidden>
+
+       * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
+
 2009-12-05  Alan Mackenzie  <address@hidden>
 
        * progmodes/cc-mode.el (c-before-hack-hook)

Index: hl-line.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/hl-line.el,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- hl-line.el  5 Jan 2009 03:19:19 -0000       1.40
+++ hl-line.el  5 Dec 2009 20:56:46 -0000       1.41
@@ -176,7 +176,7 @@
     (remove-hook 'post-command-hook #'global-hl-line-highlight)))
 
 (defun global-hl-line-highlight ()
-  "Active the Global-Hl-Line overlay on the current line in the current 
window."
+  "Highlight the current line in the current window."
   (when global-hl-line-mode    ; Might be changed outside the mode function.
     (unless (window-minibuffer-p (selected-window))
       (unless global-hl-line-overlay




reply via email to

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