# HG changeset patch # User Lute Kamstra # Date 1227375355 0 # Node ID 9c08427f603c15266c48478de6b3d040706461f9 # Parent 3a08b596c63b6bf3afdee8f365cce56466e80d83 * 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. diff -r 3a08b596c63b -r 9c08427f603c doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Sat Nov 22 17:33:06 2008 +0000 +++ b/doc/emacs/ChangeLog Sat Nov 22 17:35:55 2008 +0000 @@ -1,3 +1,10 @@ +2008-11-22 Lute Kamstra + + * 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 * doclicense.texi: Update to FDL 1.3. diff -r 3a08b596c63b -r 9c08427f603c doc/emacs/basic.texi --- a/doc/emacs/basic.texi Sat Nov 22 17:33:06 2008 +0000 +++ b/doc/emacs/basic.texi Sat Nov 22 17:35:55 2008 +0000 @@ -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 -@var{n} (@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 -@key{RET} with the minibuffer empty, that number is used for @var{n}. +@var{n} (@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. +@xref{Select 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 diff -r 3a08b596c63b -r 9c08427f603c doc/emacs/buffers.texi --- a/doc/emacs/buffers.texi Sat Nov 22 17:33:06 2008 +0000 +++ b/doc/emacs/buffers.texi Sat Nov 22 17:35:55 2008 +0000 @@ -142,6 +142,7 @@ non-@code{nil}, and the buffer you want to switch to is already displayed in some frame, Emacs will just raise that frame. +@findex 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