aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2011-07-11 18:39:28 +0000
committerPaul Eggert2011-07-11 18:39:28 +0000
commite9eb6f14fe334d0e37d2037c952e6541eeb242ad (patch)
tree7087ce37a1e6233093f80a4fa653e91a1f96529c /doc
parente3c25c689524aa85ce37840fff344cc297cf42ec (diff)
parent07151e498ff9174518675e14b619aca4b8307733 (diff)
downloademacs-e9eb6f14fe334d0e37d2037c952e6541eeb242ad.tar.gz
emacs-e9eb6f14fe334d0e37d2037c952e6541eeb242ad.zip
Merge from trunk.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog8
-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.texi9
-rw-r--r--doc/emacs/regs.texi26
-rw-r--r--doc/lispref/ChangeLog13
-rw-r--r--doc/lispref/commands.texi2
-rw-r--r--doc/lispref/frames.texi11
-rw-r--r--doc/lispref/syntax.texi2
10 files changed, 58 insertions, 34 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index ae732a7db0f..8a275b9e359 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,11 @@
12011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * mark.texi (Setting Mark): Clarify what's meant by "Shifted
4 motion keys" (bug#3503).
5
6 * emacs.texi: Change all the register node names from "RegPos"
7 (etc.) to "Positional Registers" (etc.) (bug#3314).
8
12011-07-11 Chong Yidong <cyd@stupidchicken.com> 92011-07-11 Chong Yidong <cyd@stupidchicken.com>
2 10
3 * killing.texi (Killing, Deletion and Killing, Killing by Lines) 11 * 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..6d3ed351e43 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -68,10 +68,11 @@ Set point and the mark around the text you drag across.
68@item Mouse-3 68@item Mouse-3
69Set the mark at point, then move point to where you click 69Set the mark at point, then move point to where you click
70(@code{mouse-save-then-kill}). 70(@code{mouse-save-then-kill}).
71@item @samp{Shifted motion keys}
72Set the mark at point if the mark is inactive, then move point.
73@end table 71@end table
74 72
73Also, the shifted motion keys (for example, @key{S-Right}) will set
74the mark at point if the mark is inactive, then move point.
75
75@kindex C-SPC 76@kindex C-SPC
76@kindex C-@@ 77@kindex C-@@
77@findex set-mark-command 78@findex set-mark-command
@@ -307,8 +308,8 @@ is non-@code{nil} by default.
307 308
308 If you want to move back to the same place over and over, the mark 309 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 310ring may not be convenient enough. If so, you can record the position
310in a register for later retrieval (@pxref{RegPos,, Saving Positions in 311in a register for later retrieval (@pxref{Position Registers,, Saving
311Registers}). 312Positions in Registers}).
312 313
313@node Global Mark Ring 314@node Global Mark Ring
314@section The Global Mark Ring 315@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
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index c265b9e878d..f9ab82e7966 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,16 @@
12011-07-11 Deniz Dogan <deniz@dogan.se>
2
3 * commands.texi (Prefix Command Arguments): Remove excessive
4 apostrophe.
5
62011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
7
8 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
9 description is a string (bug#3313).
10
11 * frames.texi (Display Feature Testing): Try to explain what all
12 the visual classes mean (bug#3042).
13
12011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org> 142011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 15
3 * modes.texi (Mode Line Variables): Document `mode-line-remote' 16 * modes.texi (Mode Line Variables): Document `mode-line-remote'
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index dccc2fa571c..e76b2bafd79 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -3012,7 +3012,7 @@ An integer, which stands for itself.
3012 3012
3013@item 3013@item
3014A list of one element, which is an integer. This form of prefix 3014A list of one element, which is an integer. This form of prefix
3015argument results from one or a succession of @kbd{C-u}'s with no 3015argument results from one or a succession of @kbd{C-u}s with no
3016digits. The numeric value is the integer in the list, but some 3016digits. The numeric value is the integer in the list, but some
3017commands make a distinction between such a list and an integer alone. 3017commands make a distinction between such a list and an integer alone.
3018 3018
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index ee765a7e1d0..7dc6934c7d9 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2446,10 +2446,13 @@ For a tty display, it is log to base two of the number of colors supported.
2446@end defun 2446@end defun
2447 2447
2448@defun display-visual-class &optional display 2448@defun display-visual-class &optional display
2449This function returns the visual class for the screen. The value is one 2449This function returns the visual class for the screen. The value is
2450of the symbols @code{static-gray}, @code{gray-scale}, 2450one of the symbols @code{static-gray} (a limited, unchangeable number
2451@code{static-color}, @code{pseudo-color}, @code{true-color}, and 2451of grays), @code{gray-scale} (a full range of grays),
2452@code{direct-color}. 2452@code{static-color} (a limited, unchangeable number of colors),
2453@code{pseudo-color} (a limited number of colors), @code{true-color} (a
2454full range of colors), and @code{direct-color} (a full range of
2455colors).
2453@end defun 2456@end defun
2454 2457
2455@defun display-color-cells &optional display 2458@defun display-color-cells &optional display
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi
index 6582a8dfb0c..31ee7eb4e7d 100644
--- a/doc/lispref/syntax.texi
+++ b/doc/lispref/syntax.texi
@@ -108,7 +108,7 @@ Then come the characters for any desired flags. If no matching
108character or flags are needed, one character is sufficient. 108character or flags are needed, one character is sufficient.
109 109
110 For example, the syntax descriptor for the character @samp{*} in C 110 For example, the syntax descriptor for the character @samp{*} in C
111mode is @samp{@w{. 23}} (i.e., punctuation, matching character slot 111mode is @code{". 23"} (i.e., punctuation, matching character slot
112unused, second character of a comment-starter, first character of a 112unused, second character of a comment-starter, first character of a
113comment-ender), and the entry for @samp{/} is @samp{@w{. 14}} (i.e., 113comment-ender), and the entry for @samp{/} is @samp{@w{. 14}} (i.e.,
114punctuation, matching character slot unused, first character of a 114punctuation, matching character slot unused, first character of a