changeset 62483:8daca9735e20

(Moving Point): Mention default for `goto-line'.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 18 May 2005 14:57:34 +0000
parents 8db373573379
children f13767c26b95
files man/basic.texi
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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