changeset 27220:dddb1bca9704

Reference column-number-mode, hl-line-mode, blink-cursor-mode.
author Dave Love <fx@gnu.org>
date Wed, 05 Jan 2000 23:36:05 +0000
parents 8cda50572ee2
children 4a723a7bc25a
files man/basic.texi
diffstat 1 files changed, 18 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/basic.texi	Wed Jan 05 23:34:41 2000 +0000
+++ b/man/basic.texi	Wed Jan 05 23:36:05 2000 +0000
@@ -1,5 +1,5 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93, 94, 95, 1997 Free Software Foundation, Inc.
+@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Basic, Minibuffer, Exiting, Top
 @chapter Basic Editing Commands
@@ -504,13 +504,17 @@
 @item M-x what-line
 Print line number of point in the buffer.
 @item M-x line-number-mode
-Toggle automatic display of current line number.
+@itemx M-x column-number-mode
+Toggle automatic display of current line number or column number.
+@xref{Optional Mode Line}.
 @item M-=
 Print number of lines in the current region (@code{count-lines-region}).
 @xref{Mark}, for information about the region.
 @item C-x =
 Print character code of character after point, character position of
 point, and column of point (@code{what-cursor-position}).
+@item M-x hl-line-mode
+Highlighting the current line.
 @end table
 
 @findex what-page
@@ -610,6 +614,18 @@
 Char: @`A (04300, 2240, 0x8c0, ext ESC , A @@) (latin-iso8859-1 64)
 @end example
 
+@findex hl-line-mode
+@findex blink-cursor-mode
+@cindex cursor, locating visually
+@cindex cursor, blinking
+@kbd{M-x hl-line-mode} turns on a global minor mode which highlights the
+line about point in the selected window (on terminals which support
+highlighting).  Some people find this convenient.  If you find the
+cursor difficult to spot, you might try changing its color by
+customizing the @code{cursor} face or rely on (the default)
+@code{blink-cursor-mode}.  Cursor color and blinking can be conrolled
+via the @code{cursor} Custom group.
+
 @node Arguments
 @section Numeric Arguments
 @cindex numeric arguments