changeset 106438:889300e08b30

* hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 05 Dec 2009 20:56:42 +0000
parents c96dd1a8e16e
children f2a95599cf8c
files lisp/ChangeLog lisp/hl-line.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Dec 05 20:45:39 2009 +0000
+++ b/lisp/ChangeLog	Sat Dec 05 20:56:42 2009 +0000
@@ -1,3 +1,7 @@
+2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
+
+	* hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
+
 2009-12-05  Alan Mackenzie  <acm@muc.de>
 
 	* progmodes/cc-mode.el (c-before-hack-hook)
--- a/lisp/hl-line.el	Sat Dec 05 20:45:39 2009 +0000
+++ b/lisp/hl-line.el	Sat Dec 05 20:56:42 2009 +0000
@@ -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