diff options
author | Glenn Morris <rgm@gnu.org> | 2009-02-17 07:14:11 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-02-17 07:14:11 +0000 |
commit | f0d129c6d60953ef49b946f2404b79a190d48425 (patch) | |
tree | 5b45a7e977cdd5074ed4f5c1f4224d5117bd4bd6 /doc/emacs/basic.texi | |
parent | 4431546e80e1899af671a22fbc23f8ae12b1c2d1 (diff) |
(Position Info): M-x count-lines-region is not always on M-=. (Bug#2269)
Diffstat (limited to 'doc/emacs/basic.texi')
-rw-r--r-- | doc/emacs/basic.texi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi index 8a1f9869a2..9994639c14 100644 --- a/doc/emacs/basic.texi +++ b/doc/emacs/basic.texi @@ -515,9 +515,10 @@ Display the line number of point in the whole buffer. @itemx M-x column-number-mode Toggle automatic display of the current line number or column number. @xref{Optional Mode Line}. -@item M-= -Display the number of lines in the current region (@code{count-lines-region}). -@xref{Mark}, for information about the region. +@item M-x count-lines-region +Display the number of lines in the current region. Normally bound to +@kbd{M-=}, except in a few specialist modes. @xref{Mark}, for +information about the region. @item C-x = Display the character code of character after point, character position of point, and column of point (@code{what-cursor-position}). @@ -549,9 +550,9 @@ counts lines within the page, showing both numbers in the echo area. @kindex M-= @findex count-lines-region - Use @kbd{M-=} (@code{count-lines-region}) to display the number of -lines in the region (@pxref{Mark}). @xref{Pages}, for the command -@kbd{C-x l} which counts the lines in the current page. + Use @kbd{M-x count-lines-region} (normally bound to @kbd{M-=}) to +display the number of lines in the region (@pxref{Mark}). @xref{Pages}, +for the command @kbd{C-x l} which counts the lines in the current page. @kindex C-x = @findex what-cursor-position |