summaryrefslogtreecommitdiff
path: root/man/basic.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-05-18 14:57:34 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-05-18 14:57:34 +0000
commit48c13f3e8d00d40b89e0676ede7021c478327cfe (patch)
tree9713432859bfb10c70bcb547b3707d051e612f32 /man/basic.texi
parentea802fce60d7e05680265b18d75360936967880c (diff)
downloademacs-48c13f3e8d00d40b89e0676ede7021c478327cfe.tar.gz
(Moving Point): Mention default for `goto-line'.
Diffstat (limited to 'man/basic.texi')
-rw-r--r--man/basic.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/basic.texi b/man/basic.texi
index f45f87335fb..d94e52b0112 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -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