emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105105: Change all the register node


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105105: Change all the register node names from "RegPos" (etc.) to "Positional Registers" (etc.).
Date: Mon, 11 Jul 2011 17:41:41 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105105
fixes bug(s): http://debbugs.gnu.org/3314
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-11 17:41:41 +0200
message:
  Change all the register node names from "RegPos" (etc.) to "Positional 
Registers" (etc.).
modified:
  doc/emacs/ChangeLog
  doc/emacs/emacs.texi
  doc/emacs/killing.texi
  doc/emacs/kmacro.texi
  doc/emacs/mark.texi
  doc/emacs/regs.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-07-11 03:38:49 +0000
+++ b/doc/emacs/ChangeLog       2011-07-11 15:41:41 +0000
@@ -1,3 +1,8 @@
+2011-07-11  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * emacs.texi: Change all the register node names from "RegPos"
+       (etc.) to "Positional Registers" (etc.) (bug#3314).
+
 2011-07-11  Chong Yidong  <address@hidden>
 
        * killing.texi (Killing, Deletion and Killing, Killing by Lines)

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2011-07-11 03:38:49 +0000
+++ b/doc/emacs/emacs.texi      2011-07-11 15:41:41 +0000
@@ -338,13 +338,13 @@
 
 Registers
 
-* RegPos::              Saving positions in registers.
-* RegText::             Saving text in registers.
-* RegRect::             Saving rectangles in registers.
-* RegConfig::           Saving window configurations in registers.
-* RegNumbers::          Numbers in registers.
-* RegFiles::            File names in registers.
-* Bookmarks::           Bookmarks are like registers, but persistent.
+* Position Registers::      Saving positions in registers.
+* Text Registers::          Saving text in registers.
+* Rectangle Registers::     Saving rectangles in registers.
+* Configuration Registers:: Saving window configurations in registers.
+* Number Registers::        Numbers in registers.
+* File Registers::          File names in registers.
+* Bookmarks::               Bookmarks are like registers, but persistent.
 
 Controlling the Display
 

=== modified file 'doc/emacs/killing.texi'
--- a/doc/emacs/killing.texi    2011-07-11 03:38:49 +0000
+++ b/doc/emacs/killing.texi    2011-07-11 15:41:41 +0000
@@ -758,8 +758,7 @@
 @xref{Two-Column}, for another way to edit multi-column text.
 
   You can also copy rectangles into and out of registers with @kbd{C-x r
-r @var{r}} and @kbd{C-x r i @var{r}}.  @xref{RegRect,,Rectangle
-Registers}.
+r @var{r}} and @kbd{C-x r i @var{r}}.  @xref{Rectangle Registers}.
 
 @kindex C-x r o
 @findex open-rectangle

=== modified file 'doc/emacs/kmacro.texi'
--- a/doc/emacs/kmacro.texi     2011-01-25 04:08:28 +0000
+++ b/doc/emacs/kmacro.texi     2011-07-11 15:41:41 +0000
@@ -332,8 +332,8 @@
 
   If you use a register as a counter, incrementing it on each
 repetition of the macro, that accomplishes the same thing as a
-keyboard macro counter.  @xref{RegNumbers}.  For most purposes, it is
-simpler to use a keyboard macro counter.
+keyboard macro counter.  @xref{Number Registers}.  For most purposes,
+it is simpler to use a keyboard macro counter.
 
 @node Keyboard Macro Query
 @section Executing Macros with Variations

=== modified file 'doc/emacs/mark.texi'
--- a/doc/emacs/mark.texi       2011-01-25 04:08:28 +0000
+++ b/doc/emacs/mark.texi       2011-07-11 15:41:41 +0000
@@ -307,8 +307,8 @@
 
   If you want to move back to the same place over and over, the mark
 ring may not be convenient enough.  If so, you can record the position
-in a register for later retrieval (@pxref{RegPos,, Saving Positions in
-Registers}).
+in a register for later retrieval (@pxref{Position Registers,, Saving
+Positions in Registers}).
 
 @node Global Mark Ring
 @section The Global Mark Ring

=== modified file 'doc/emacs/regs.texi'
--- a/doc/emacs/regs.texi       2011-01-25 04:08:28 +0000
+++ b/doc/emacs/regs.texi       2011-07-11 15:41:41 +0000
@@ -35,16 +35,16 @@
 seem to belong in this chapter.
 
 @menu
-* Position: RegPos.           Saving positions in registers.
-* 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.
+* Position Registers::       Saving positions in registers.
+* Text Registers::           Saving text in registers.
+* Rectangle Registers::      Saving rectangles in registers.
+* Configuration Registers::  Saving window configurations in registers.
+* Number Registers::         Numbers in registers.
+* File Registers::           File names in registers.
+* Bookmarks::                Bookmarks are like registers, but persistent.
 @end menu
 
address@hidden RegPos
address@hidden Position Registers
 @section Saving Positions in Registers
 @cindex saving position in a register
 
@@ -76,7 +76,7 @@
 again by visiting the same file.  Of course, this works only for buffers
 that were visiting files.
 
address@hidden RegText
address@hidden Text Registers
 @section Saving Text in Registers
 @cindex saving text in a register
 
@@ -123,7 +123,7 @@
 after, but with a numeric argument (@kbd{C-u}) it puts point after the
 text and the mark before.
 
address@hidden RegRect
address@hidden Rectangle Registers
 @section Saving Rectangles in Registers
 @cindex saving rectangle in a register
 
@@ -150,7 +150,7 @@
   See also the command @code{sort-columns}, which you can think of
 as sorting a rectangle.  @xref{Sorting}.
 
address@hidden RegConfig
address@hidden Configuration Registers
 @section Saving Window Configurations in Registers
 @cindex saving window configuration in a register
 
@@ -178,7 +178,7 @@
 configuration become invisible.  If you wish to delete these frames
 instead, use @kbd{C-u C-x r j @var{r}}.
 
address@hidden RegNumbers
address@hidden Number Registers
 @section Keeping Numbers in Registers
 @cindex saving number in a register
 
@@ -205,7 +205,7 @@
 argument increments the register value by 1; @kbd{C-x r n} with no
 numeric argument stores zero in the register.
 
address@hidden RegFiles
address@hidden File Registers
 @section Keeping File Names in Registers
 @cindex saving file name in a register
 


reply via email to

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