# HG changeset patch # User Luc Teirlinck # Date 1116428254 0 # Node ID 8daca9735e2037794e9a2b498bd9f15677e3ded1 # Parent 8db373573379131c0ce908c4480e64c0346d3ce9 (Moving Point): Mention default for `goto-line'. diff -r 8db373573379 -r 8daca9735e20 man/basic.texi --- a/man/basic.texi Wed May 18 14:52:29 2005 +0000 +++ b/man/basic.texi Wed May 18 14:57:34 2005 +0000 @@ -240,8 +240,10 @@ @item M-g M-g @itemx M-g g @itemx M-x goto-line -Read a number @var{n} and move point to line number @var{n}. Line 1 -is the beginning of the buffer. +Read a number @var{n} and move point to the beginning of line number +@var{n}. Line 1 is the beginning of the buffer. If point is on or +just after a number, then that is the default for @var{n}, if you just +press @key{RET} with an empty minibuffer. @item C-x C-n @findex set-goal-column @kindex C-x C-n