aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2003-09-13 09:49:46 +0000
committerEli Zaretskii2003-09-13 09:49:46 +0000
commite5f06fcebb1a15101ed2a862a1379889a71355d9 (patch)
treecca2e76724170b24b4366a92ffb8ffc55541cf94
parent97c4398930e9cebb4ff380104894be597eb65ce9 (diff)
downloademacs-e5f06fcebb1a15101ed2a862a1379889a71355d9.tar.gz
emacs-e5f06fcebb1a15101ed2a862a1379889a71355d9.zip
Documentation (comments-only) fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/hl-line.el8
2 files changed, 6 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 391d0034421..e25b3873a74 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-09-13 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2
3 * hl-line.el: Documentation (comments-only) fix.
4
12003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change) 52003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
2 6
3 * dired.el (dired-mode-map): Fix typo. 7 * dired.el (dired-mode-map): Fix typo.
diff --git a/lisp/hl-line.el b/lisp/hl-line.el
index f55b9625d2b..8b372f281c3 100644
--- a/lisp/hl-line.el
+++ b/lisp/hl-line.el
@@ -25,8 +25,8 @@
25 25
26;;; Commentary: 26;;; Commentary:
27 27
28;; Provides a buffer-local minor mode (toggled by M-x hl-line-mode) 28;; Provides a local minor mode (toggled by M-x hl-line-mode) and
29;; and a global minor mode (toggled by M-x global-hl-line-mode) to 29;; a global minor mode (toggled by M-x global-hl-line-mode) to
30;; highlight, on a suitable terminal, the line on which point is. The 30;; highlight, on a suitable terminal, the line on which point is. The
31;; global mode highlights the current line in the selected window only 31;; global mode highlights the current line in the selected window only
32;; (except when the minibuffer window is selected). This was 32;; (except when the minibuffer window is selected). This was
@@ -52,10 +52,6 @@
52;; selected window. (It does so rather than keeping track of changes 52;; selected window. (It does so rather than keeping track of changes
53;; in the selected window). 53;; in the selected window).
54 54
55;; You could make variable `global-hl-line-mode' buffer-local and set
56;; it to nil to avoid highlighting specific buffers, when the global
57;; mode is used.
58
59;;; Code: 55;;; Code:
60 56
61(defgroup hl-line nil 57(defgroup hl-line nil