aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-11 17:41:41 +0200
committerLars Magne Ingebrigtsen2011-07-11 17:41:41 +0200
commita30ed87bb5266145c461bfe5b8506cdc992fc818 (patch)
treea75d3992d2ab1410887160e2f88af07af3517702
parentad21a12a3a0a6c8eece582446612c8e2bd6a4e9c (diff)
downloademacs-a30ed87bb5266145c461bfe5b8506cdc992fc818.tar.gz
emacs-a30ed87bb5266145c461bfe5b8506cdc992fc818.zip
Change all the register node names from "RegPos" (etc.) to "Positional Registers" (etc.).
Fixes: debbugs:3314
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/emacs.texi14
-rw-r--r--doc/emacs/killing.texi3
-rw-r--r--doc/emacs/kmacro.texi4
-rw-r--r--doc/emacs/mark.texi4
-rw-r--r--doc/emacs/regs.texi26
6 files changed, 30 insertions, 26 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index ae732a7db0f..4a82714fa52 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * emacs.texi: Change all the register node names from "RegPos"
4 (etc.) to "Positional Registers" (etc.) (bug#3314).
5
12011-07-11 Chong Yidong <cyd@stupidchicken.com> 62011-07-11 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * killing.texi (Killing, Deletion and Killing, Killing by Lines) 8 * killing.texi (Killing, Deletion and Killing, Killing by Lines)
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index a35736f4fe7..2591f56a168 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -338,13 +338,13 @@ Killing and Yanking on Graphical Displays
338 338
339Registers 339Registers
340 340
341* RegPos:: Saving positions in registers. 341* Position Registers:: Saving positions in registers.
342* RegText:: Saving text in registers. 342* Text Registers:: Saving text in registers.
343* RegRect:: Saving rectangles in registers. 343* Rectangle Registers:: Saving rectangles in registers.
344* RegConfig:: Saving window configurations in registers. 344* Configuration Registers:: Saving window configurations in registers.
345* RegNumbers:: Numbers in registers. 345* Number Registers:: Numbers in registers.
346* RegFiles:: File names in registers. 346* File Registers:: File names in registers.
347* Bookmarks:: Bookmarks are like registers, but persistent. 347* Bookmarks:: Bookmarks are like registers, but persistent.
348 348
349Controlling the Display 349Controlling the Display
350 350
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index 38124fc315a..6be40c85832 100644
--- a/doc/emacs/killing.texi
+++ b/doc/emacs/killing.texi
@@ -758,8 +758,7 @@ rectangle and then yank it beside the first line of the list.
758@xref{Two-Column}, for another way to edit multi-column text. 758@xref{Two-Column}, for another way to edit multi-column text.
759 759
760 You can also copy rectangles into and out of registers with @kbd{C-x r 760 You can also copy rectangles into and out of registers with @kbd{C-x r
761r @var{r}} and @kbd{C-x r i @var{r}}. @xref{RegRect,,Rectangle 761r @var{r}} and @kbd{C-x r i @var{r}}. @xref{Rectangle Registers}.
762Registers}.
763 762
764@kindex C-x r o 763@kindex C-x r o
765@findex open-rectangle 764@findex open-rectangle
diff --git a/doc/emacs/kmacro.texi b/doc/emacs/kmacro.texi
index c52381a663c..ac81377aec9 100644
--- a/doc/emacs/kmacro.texi
+++ b/doc/emacs/kmacro.texi
@@ -332,8 +332,8 @@ numbers stored in registers.
332 332
333 If you use a register as a counter, incrementing it on each 333 If you use a register as a counter, incrementing it on each
334repetition of the macro, that accomplishes the same thing as a 334repetition of the macro, that accomplishes the same thing as a
335keyboard macro counter. @xref{RegNumbers}. For most purposes, it is 335keyboard macro counter. @xref{Number Registers}. For most purposes,
336simpler to use a keyboard macro counter. 336it is simpler to use a keyboard macro counter.
337 337
338@node Keyboard Macro Query 338@node Keyboard Macro Query
339@section Executing Macros with Variations 339@section Executing Macros with Variations
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index b426020b7c6..759db626ea7 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -307,8 +307,8 @@ is non-@code{nil} by default.
307 307
308 If you want to move back to the same place over and over, the mark 308 If you want to move back to the same place over and over, the mark
309ring may not be convenient enough. If so, you can record the position 309ring may not be convenient enough. If so, you can record the position
310in a register for later retrieval (@pxref{RegPos,, Saving Positions in 310in a register for later retrieval (@pxref{Position Registers,, Saving
311Registers}). 311Positions in Registers}).
312 312
313@node Global Mark Ring 313@node Global Mark Ring
314@section The Global Mark Ring 314@section The Global Mark Ring
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi
index 42ce85c7ee1..b4b9fd252e1 100644
--- a/doc/emacs/regs.texi
+++ b/doc/emacs/regs.texi
@@ -35,16 +35,16 @@ Bookmarks are similar enough in spirit to registers that they
35seem to belong in this chapter. 35seem to belong in this chapter.
36 36
37@menu 37@menu
38* Position: RegPos. Saving positions in registers. 38* Position Registers:: Saving positions in registers.
39* Text: RegText. Saving text in registers. 39* Text Registers:: Saving text in registers.
40* Rectangle: RegRect. Saving rectangles in registers. 40* Rectangle Registers:: Saving rectangles in registers.
41* Configurations: RegConfig. Saving window configurations in registers. 41* Configuration Registers:: Saving window configurations in registers.
42* Numbers: RegNumbers. Numbers in registers. 42* Number Registers:: Numbers in registers.
43* Files: RegFiles. File names in registers. 43* File Registers:: File names in registers.
44* Bookmarks:: Bookmarks are like registers, but persistent. 44* Bookmarks:: Bookmarks are like registers, but persistent.
45@end menu 45@end menu
46 46
47@node RegPos 47@node Position Registers
48@section Saving Positions in Registers 48@section Saving Positions in Registers
49@cindex saving position in a register 49@cindex saving position in a register
50 50
@@ -76,7 +76,7 @@ was saved from has been killed, @kbd{C-x r j} tries to create the buffer
76again by visiting the same file. Of course, this works only for buffers 76again by visiting the same file. Of course, this works only for buffers
77that were visiting files. 77that were visiting files.
78 78
79@node RegText 79@node Text Registers
80@section Saving Text in Registers 80@section Saving Text in Registers
81@cindex saving text in a register 81@cindex saving text in a register
82 82
@@ -123,7 +123,7 @@ the region text to the text in the register instead of
123after, but with a numeric argument (@kbd{C-u}) it puts point after the 123after, but with a numeric argument (@kbd{C-u}) it puts point after the
124text and the mark before. 124text and the mark before.
125 125
126@node RegRect 126@node Rectangle Registers
127@section Saving Rectangles in Registers 127@section Saving Rectangles in Registers
128@cindex saving rectangle in a register 128@cindex saving rectangle in a register
129 129
@@ -150,7 +150,7 @@ one.
150 See also the command @code{sort-columns}, which you can think of 150 See also the command @code{sort-columns}, which you can think of
151as sorting a rectangle. @xref{Sorting}. 151as sorting a rectangle. @xref{Sorting}.
152 152
153@node RegConfig 153@node Configuration Registers
154@section Saving Window Configurations in Registers 154@section Saving Window Configurations in Registers
155@cindex saving window configuration in a register 155@cindex saving window configuration in a register
156 156
@@ -178,7 +178,7 @@ restore a frame configuration, any existing frames not included in the
178configuration become invisible. If you wish to delete these frames 178configuration become invisible. If you wish to delete these frames
179instead, use @kbd{C-u C-x r j @var{r}}. 179instead, use @kbd{C-u C-x r j @var{r}}.
180 180
181@node RegNumbers 181@node Number Registers
182@section Keeping Numbers in Registers 182@section Keeping Numbers in Registers
183@cindex saving number in a register 183@cindex saving number in a register
184 184
@@ -205,7 +205,7 @@ register contents into the buffer. @kbd{C-x r +} with no numeric
205argument increments the register value by 1; @kbd{C-x r n} with no 205argument increments the register value by 1; @kbd{C-x r n} with no
206numeric argument stores zero in the register. 206numeric argument stores zero in the register.
207 207
208@node RegFiles 208@node File Registers
209@section Keeping File Names in Registers 209@section Keeping File Names in Registers
210@cindex saving file name in a register 210@cindex saving file name in a register
211 211