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 buffers.texi


From: Lute Kamstra
Subject: [Emacs-diffs] emacs/doc/emacs ChangeLog basic.texi buffers.texi
Date: Sat, 22 Nov 2008 17:35:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Lute Kamstra <lute>     08/11/22 17:35:55

Modified files:
        doc/emacs      : ChangeLog basic.texi buffers.texi 

Log message:
        * buffers.texi (Select Buffer): Index goto-line.
        * basic.texi (Moving Point): Mention the use of a numeric prefix
        argument with goto-line and refer to Select Buffer for the use of a
        plain prefix argument.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.217&r2=1.218
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/basic.texi?cvsroot=emacs&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/buffers.texi?cvsroot=emacs&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -b -r1.217 -r1.218
--- ChangeLog   19 Nov 2008 04:21:09 -0000      1.217
+++ ChangeLog   22 Nov 2008 17:35:55 -0000      1.218
@@ -1,3 +1,10 @@
+2008-11-22  Lute Kamstra  <address@hidden>
+
+       * buffers.texi (Select Buffer): Index goto-line.
+       * basic.texi (Moving Point): Mention the use of a numeric prefix
+       argument with goto-line and refer to Select Buffer for the use of a
+       plain prefix argument.
+
 2008-11-19  Glenn Morris  <address@hidden>
 
        * doclicense.texi: Update to FDL 1.3.

Index: basic.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/basic.texi,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- basic.texi  23 Oct 2008 01:08:30 -0000      1.10
+++ basic.texi  22 Nov 2008 17:35:55 -0000      1.11
@@ -221,9 +221,12 @@
 @item M-g M-g
 @itemx M-g g
 Read a number @var{n} and move point to the beginning of line number
address@hidden (@code{goto-line}).  Line 1 is the beginning of the buffer.
-If point is on or just after a number in the buffer, and you type
address@hidden with the minibuffer empty, that number is used for @var{n}.
address@hidden (@code{goto-line}).  Line 1 is the beginning of the buffer.  If
+point is on or just after a number in the buffer, that is the default
+for @var{n}.  Just type @key{RET} in the minibuffer to use it.  You can
+also specify @var{n} by giving @kbd{M-g M-g} a numeric prefix argument.
address@hidden Buffer}, for the behavior of @kbd{M-g M-g} when you give it
+a plain prefix argument.
 @item C-x C-n
 @findex set-goal-column
 @kindex C-x C-n

Index: buffers.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/buffers.texi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- buffers.texi        11 Oct 2008 17:35:20 -0000      1.4
+++ buffers.texi        22 Nov 2008 17:35:55 -0000      1.5
@@ -142,6 +142,7 @@
 address@hidden, and the buffer you want to switch to is already
 displayed in some frame, Emacs will just raise that frame.
 
address@hidden goto-line
   @kbd{C-u M-g M-g}, that is @code{goto-line} with a plain prefix
 argument, reads a number @var{n} using the minibuffer, selects the
 most recently selected buffer other than the current buffer in another




reply via email to

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