diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-09-13 09:49:46 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-09-13 09:49:46 +0000 |
commit | e5f06fcebb1a15101ed2a862a1379889a71355d9 (patch) | |
tree | cca2e76724170b24b4366a92ffb8ffc55541cf94 /lisp/hl-line.el | |
parent | 97c4398930e9cebb4ff380104894be597eb65ce9 (diff) | |
download | emacs-e5f06fcebb1a15101ed2a862a1379889a71355d9.tar.gz |
Documentation (comments-only) fix.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r-- | lisp/hl-line.el | 8 |
1 files changed, 2 insertions, 6 deletions
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 @@ ;;; Commentary: -;; Provides a buffer-local minor mode (toggled by M-x hl-line-mode) -;; and a global minor mode (toggled by M-x global-hl-line-mode) to +;; Provides a local minor mode (toggled by M-x hl-line-mode) and +;; a global minor mode (toggled by M-x global-hl-line-mode) to ;; highlight, on a suitable terminal, the line on which point is. The ;; global mode highlights the current line in the selected window only ;; (except when the minibuffer window is selected). This was @@ -52,10 +52,6 @@ ;; selected window. (It does so rather than keeping track of changes ;; in the selected window). -;; You could make variable `global-hl-line-mode' buffer-local and set -;; it to nil to avoid highlighting specific buffers, when the global -;; mode is used. - ;;; Code: (defgroup hl-line nil |