emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/regs.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/regs.texi [lexbind]
Date: Sat, 04 Sep 2004 05:42:25 -0400

Index: emacs/man/regs.texi
diff -c emacs/man/regs.texi:1.7.4.2 emacs/man/regs.texi:1.7.4.3
*** emacs/man/regs.texi:1.7.4.2 Tue Oct 14 22:56:24 2003
--- emacs/man/regs.texi Sat Sep  4 09:22:57 2004
***************
*** 30,37 ****
  * Text: RegText.              Saving text in registers.
  * Rectangle: RegRect.         Saving rectangles in registers.
  * Configurations: RegConfig.  Saving window configurations in registers.
- * Files: RegFiles.            File names in registers.
  * Numbers: RegNumbers.        Numbers in registers.
  * Bookmarks::                 Bookmarks are like registers, but persistent.
  @end menu
  
--- 30,37 ----
  * Text: RegText.              Saving text in registers.
  * Rectangle: RegRect.         Saving rectangles in registers.
  * Configurations: RegConfig.  Saving window configurations in registers.
  * Numbers: RegNumbers.        Numbers in registers.
+ * Files: RegFiles.            File names in registers.
  * Bookmarks::                 Bookmarks are like registers, but persistent.
  @end menu
  
***************
*** 185,195 ****
  @findex increment-register
  Increment the number in register @var{r} by @var{number}
  (@code{increment-register}).
! @item C-x r g @var{r}
  Insert the number from register @var{r} into the buffer.
  @end table
  
!   @kbd{C-x r g} is the same command used to insert any other sort of
  register contents into the buffer.  @kbd{C-x r +} with no numeric
  argument increments the register value by 1; @kbd{C-x r n} with no
  numeric argument stores zero in the register.
--- 185,195 ----
  @findex increment-register
  Increment the number in register @var{r} by @var{number}
  (@code{increment-register}).
! @item C-x r i @var{r}
  Insert the number from register @var{r} into the buffer.
  @end table
  
!   @kbd{C-x r i} is the same command used to insert any other sort of
  register contents into the buffer.  @kbd{C-x r +} with no numeric
  argument increments the register value by 1; @kbd{C-x r n} with no
  numeric argument stores zero in the register.




reply via email to

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