aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2009-02-17 07:14:11 +0000
committerGlenn Morris2009-02-17 07:14:11 +0000
commitf0d129c6d60953ef49b946f2404b79a190d48425 (patch)
tree5b45a7e977cdd5074ed4f5c1f4224d5117bd4bd6 /doc
parent4431546e80e1899af671a22fbc23f8ae12b1c2d1 (diff)
downloademacs-f0d129c6d60953ef49b946f2404b79a190d48425.tar.gz
emacs-f0d129c6d60953ef49b946f2404b79a190d48425.zip
(Position Info): M-x count-lines-region is not always on M-=. (Bug#2269)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/basic.texi13
2 files changed, 12 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 76eab8b54ea..d3874a2752e 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12009-02-17 Glenn Morris <rgm@gnu.org>
2
3 * basic.texi (Position Info): M-x count-lines-region is not always on
4 M-=. (Bug#2269)
5
12009-02-09 Glenn Morris <rgm@gnu.org> 62009-02-09 Glenn Morris <rgm@gnu.org>
2 7
3 * calendar.texi (Holidays, Displaying the Diary): Update for new marker 8 * calendar.texi (Holidays, Displaying the Diary): Update for new marker
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index 8a1f9869a26..9994639c14e 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.
515@itemx M-x column-number-mode 515@itemx M-x column-number-mode
516Toggle automatic display of the current line number or column number. 516Toggle automatic display of the current line number or column number.
517@xref{Optional Mode Line}. 517@xref{Optional Mode Line}.
518@item M-= 518@item M-x count-lines-region
519Display the number of lines in the current region (@code{count-lines-region}). 519Display the number of lines in the current region. Normally bound to
520@xref{Mark}, for information about the region. 520@kbd{M-=}, except in a few specialist modes. @xref{Mark}, for
521information about the region.
521@item C-x = 522@item C-x =
522Display the character code of character after point, character position of 523Display the character code of character after point, character position of
523point, and column of point (@code{what-cursor-position}). 524point, and column of point (@code{what-cursor-position}).
@@ -549,9 +550,9 @@ counts lines within the page, showing both numbers in the echo area.
549 550
550@kindex M-= 551@kindex M-=
551@findex count-lines-region 552@findex count-lines-region
552 Use @kbd{M-=} (@code{count-lines-region}) to display the number of 553 Use @kbd{M-x count-lines-region} (normally bound to @kbd{M-=}) to
553lines in the region (@pxref{Mark}). @xref{Pages}, for the command 554display the number of lines in the region (@pxref{Mark}). @xref{Pages},
554@kbd{C-x l} which counts the lines in the current page. 555for the command @kbd{C-x l} which counts the lines in the current page.
555 556
556@kindex C-x = 557@kindex C-x =
557@findex what-cursor-position 558@findex what-cursor-position