1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Describe global-hl-line-mode.

This commit is contained in:
Richard M. Stallman 2002-01-20 09:27:57 +00:00
parent 7f68bf9153
commit 5c139d2993

View File

@ -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.)