diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-01-20 09:27:07 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-01-20 09:27:07 +0000 |
commit | 01746d3477ce8058cf64203c01209d6ff209b478 (patch) | |
tree | 557e936fede812663a69c7d6aa7810bd67b2aefe /lisp/hl-line.el | |
parent | 25ac3907198d118a9f70b2112f4bb38321b9aefd (diff) | |
download | emacs-01746d3477ce8058cf64203c01209d6ff209b478.tar.gz |
Comment changes.
Diffstat (limited to 'lisp/hl-line.el')
-rw-r--r-- | lisp/hl-line.el | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index e37bdf412c2..2e269925887 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el @@ -25,15 +25,17 @@ ;;; Commentary: -;; Provides a global minor mode (toggled by M-x hl-line-mode) to -;; highlight, on a suitable terminal, the line in the current window -;; on which point is (except in a minibuffer window). Done to satisfy -;; a request for a feature of Lesser Editors. +;; Provides a minor mode (toggled by M-x hl-line-ode) and a global minor +;; mode (toggled by M-x global-hl-line-mode) to highlight, on a +;; suitable terminal, the line in the current window on which point is +;; (except in a minibuffer window). Done to satisfy a request for a +;; feature of Lesser Editors. ;; You probably don't really want this; if the cursor is difficult to ;; spot, try changing its colour, relying on `blink-cursor-mode' or ;; both. The hookery used might affect response noticeably on a slow -;; machine. +;; machine. It may be useful in "non-text" buffers such as Gnus or +;; PCL-CVS though. ;; An overlay is used, active only on the selected window. Hooks are ;; added to `pre-command-hook' and `post-command-hook' to activate and @@ -45,7 +47,7 @@ ;; across the window width. ;; You could make variable `hl-line-mode' buffer-local to avoid -;; highlighting specific buffers. +;; highlighting specific buffers, when the global mode is used. ;;; Code: |