From 503edac9d6283c9bea492000369605e948af1fe7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 5 Dec 2009 20:56:42 +0000 Subject: [PATCH] * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925). --- lisp/ChangeLog | 4 ++++ lisp/hl-line.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6b22e02e6d..ab2fb6207a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-12-05 Chong Yidong + + * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925). + 2009-12-05 Alan Mackenzie * progmodes/cc-mode.el (c-before-hack-hook) diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 7900cde4885..fe02c5de5ef 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -176,7 +176,7 @@ Global-Hl-Line mode uses the functions `global-hl-line-unhighlight' and (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 -- 2.39.5