emacs-diffs
[Top][All Lists]
Advanced

[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: Sun, 08 May 2005 21:31:45 -0400

Index: emacs/man/basic.texi
diff -c emacs/man/basic.texi:1.48 emacs/man/basic.texi:1.49
*** emacs/man/basic.texi:1.48   Tue Mar 29 18:14:06 2005
--- emacs/man/basic.texi        Mon May  9 01:31:45 2005
***************
*** 170,176 ****
  @kindex RIGHT
  @kindex UP
  @kindex DOWN
! @findex beginning-of-line
  @findex move-end-of-line
  @findex forward-char
  @findex backward-char
--- 170,176 ----
  @kindex RIGHT
  @kindex UP
  @kindex DOWN
! @findex move-beginning-of-line
  @findex move-end-of-line
  @findex forward-char
  @findex backward-char
***************
*** 183,189 ****
  @findex move-to-window-line
  @table @kbd
  @item C-a
! Move to the beginning of the line (@code{beginning-of-line}).
  @item C-e
  Move to the end of the line (@code{move-end-of-line}).
  @item C-f
--- 183,189 ----
  @findex move-to-window-line
  @table @kbd
  @item C-a
! Move to the beginning of the line (@code{move-beginning-of-line}).
  @item C-e
  Move to the end of the line (@code{move-end-of-line}).
  @item C-f
***************
*** 261,267 ****
  @xref{Variables}, for how to set variables such as @code{track-eol}.
  
  @vindex next-line-add-newlines
!   @kbd{C-n} normally stops at the end of the bufer when you use it on
  the last line of the buffer.  But if you set the variable
  @code{next-line-add-newlines} to a address@hidden value, @kbd{C-n} on
  the last line of a buffer creates an additional line at the end and
--- 261,267 ----
  @xref{Variables}, for how to set variables such as @code{track-eol}.
  
  @vindex next-line-add-newlines
!   @kbd{C-n} normally stops at the end of the buffer when you use it on
  the last line of the buffer.  But if you set the variable
  @code{next-line-add-newlines} to a address@hidden value, @kbd{C-n} on
  the last line of a buffer creates an additional line at the end and
***************
*** 510,516 ****
  
    You can make several blank lines by typing @kbd{C-o} several times, or
  by giving it a numeric argument to tell it how many blank lines to make.
! @xref{Arguments}, for how.  If you have a fill prefix, then @kbd{C-o}
  command inserts the fill prefix on the new line, when you use it at the
  beginning of a line.  @xref{Fill Prefix}.
  
--- 510,516 ----
  
    You can make several blank lines by typing @kbd{C-o} several times, or
  by giving it a numeric argument to tell it how many blank lines to make.
! @xref{Arguments}, for how.  If you have a fill prefix, the @kbd{C-o}
  command inserts the fill prefix on the new line, when you use it at the
  beginning of a line.  @xref{Fill Prefix}.
  
***************
*** 677,683 ****
  @cindex character set of character at point
  @cindex font of character at point
  @cindex text properties at point
!   @address@hidden C-x =}} displays these additional information about a
  character.
  
  @itemize @bullet
--- 677,683 ----
  @cindex character set of character at point
  @cindex font of character at point
  @cindex text properties at point
!   @address@hidden C-x =}} displays the following additional information about 
a
  character.
  
  @itemize @bullet
***************
*** 780,786 ****
  sign has the special meaning of ``multiply by four.''  It multiplies the
  argument for the next command by four.  @kbd{C-u} twice multiplies it by
  sixteen.  Thus, @kbd{C-u C-u C-f} moves forward sixteen characters.  This
! is a good way to move forward ``fast,'' since it moves about 1/5 of a line
  in the usual size screen.  Other useful combinations are @kbd{C-u C-n},
  @kbd{C-u C-u C-n} (move down a good fraction of a screen), @kbd{C-u C-u
  C-o} (make ``a lot'' of blank lines), and @kbd{C-u C-k} (kill four
--- 780,786 ----
  sign has the special meaning of ``multiply by four.''  It multiplies the
  argument for the next command by four.  @kbd{C-u} twice multiplies it by
  sixteen.  Thus, @kbd{C-u C-u C-f} moves forward sixteen characters.  This
! is a good way to move forward ``fast'', since it moves about 1/5 of a line
  in the usual size screen.  Other useful combinations are @kbd{C-u C-n},
  @kbd{C-u C-u C-n} (move down a good fraction of a screen), @kbd{C-u C-u
  C-o} (make ``a lot'' of blank lines), and @kbd{C-u C-k} (kill four




reply via email to

[Prev in Thread] Current Thread [Next in Thread]