]> git.eshelyaron.com Git - emacs.git/commitdiff
(Moving Point): Mention default for `goto-line'.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 18 May 2005 14:57:34 +0000 (14:57 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 18 May 2005 14:57:34 +0000 (14:57 +0000)
man/basic.texi

index f45f87335fbb28f21c67f163dcc230c5f1f82986..d94e52b0112397c0995b5e3ec3dd0326302b59a8 100644 (file)
@@ -240,8 +240,10 @@ Position 1 is the beginning of the buffer.
 @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