emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/emacs ChangeLog basic.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/emacs ChangeLog basic.texi
Date: Tue, 17 Feb 2009 07:14:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/17 07:14:12

Modified files:
        doc/emacs      : ChangeLog basic.texi 

Log message:
        (Position Info): M-x count-lines-region is not always on M-=.  
(Bug#2269)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.279&r2=1.280
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/basic.texi?cvsroot=emacs&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -b -r1.279 -r1.280
--- ChangeLog   9 Feb 2009 07:50:44 -0000       1.279
+++ ChangeLog   17 Feb 2009 07:14:11 -0000      1.280
@@ -1,3 +1,8 @@
+2009-02-17  Glenn Morris  <address@hidden>
+
+       * basic.texi (Position Info): M-x count-lines-region is not always on
+       M-=.  (Bug#2269)
+
 2009-02-09  Glenn Morris  <address@hidden>
 
        * calendar.texi (Holidays, Displaying the Diary): Update for new marker

Index: basic.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/basic.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- basic.texi  8 Jan 2009 05:28:46 -0000       1.12
+++ basic.texi  17 Feb 2009 07:14:11 -0000      1.13
@@ -515,9 +515,10 @@
 @itemx M-x column-number-mode
 Toggle automatic display of the current line number or column number.
 @xref{Optional Mode Line}.
address@hidden M-=
-Display the number of lines in the current region (@code{count-lines-region}).
address@hidden, for information about the region.
address@hidden M-x count-lines-region
+Display the number of lines in the current region.  Normally bound to
address@hidden, 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 @@
 
 @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
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]