[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/basic.texi
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/man/basic.texi |
Date: |
Wed, 18 May 2005 10:57:34 -0400 |
Index: emacs/man/basic.texi
diff -c emacs/man/basic.texi:1.51 emacs/man/basic.texi:1.52
*** emacs/man/basic.texi:1.51 Sat May 14 14:13:54 2005
--- emacs/man/basic.texi Wed May 18 14:57:34 2005
***************
*** 240,247 ****
@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.
@item C-x C-n
@findex set-goal-column
@kindex C-x C-n
--- 240,249 ----
@item M-g M-g
@itemx M-g g
@itemx M-x goto-line
! 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