Mercurial > emacs
changeset 52496:3570fa254081
Documentation (comments-only) fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 Sep 2003 09:48:43 +0000 |
parents | 7afb553c7135 |
children | 39bc6d966824 |
files | lisp/hl-line.el |
diffstat | 1 files changed, 2 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hl-line.el Fri Sep 12 19:54:10 2003 +0000 +++ b/lisp/hl-line.el Sat Sep 13 09:48:43 2003 +0000 @@ -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