diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-01-20 09:27:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-01-20 09:27:57 +0000 |
commit | 5c139d2993ea581e05036976db4eb7107a5c0ca6 (patch) | |
tree | baa6dd784cf34d85090172d8a18cd7a1ce397573 /man/display.texi | |
parent | 7f68bf9153daca278b78982c7a04ed98a89c3d97 (diff) | |
download | emacs-5c139d2993ea581e05036976db4eb7107a5c0ca6.tar.gz |
Describe global-hl-line-mode.
Diffstat (limited to 'man/display.texi')
-rw-r--r-- | man/display.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/display.texi b/man/display.texi index c1a72305433..d419d2076fb 100644 --- a/man/display.texi +++ b/man/display.texi @@ -920,13 +920,15 @@ argument to suppress the effect of bold-face in this case. @section Displaying the Cursor @findex hl-line-mode +@findex global-hl-line-mode @cindex highlight current line @findex blink-cursor-mode @cindex cursor, locating visually @cindex cursor, blinking There are a number of ways to customize the display of the cursor. @kbd{M-x hl-line-mode} enables or disables a minor mode which -highlights the line containing point. On window systems, the command +highlights the line containing point. @kbd{M-x global-hl-line-mode} +enables the minor mode globally. On window systems, the command @kbd{M-x blink-cursor-mode} turns on or off the blinking of the cursor. (On terminals, the terminal itself blinks the cursor, and Emacs has no control over it.) |