diff options
| author | Juanma Barranquero | 2011-11-16 13:34:47 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 13:34:47 +0100 |
| commit | 58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9 (patch) | |
| tree | b5c96cf9f1cc1c0c78ed998040e40ab126da95bb /doc | |
| parent | 110490118ed91082753d0f9e15d1774b6002caa2 (diff) | |
| download | emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.tar.gz emacs-58179ccebd1c2fd18fa422a7bb4d2cf78994e3c9.zip | |
Fix typos.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/emacs/killing.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/regs.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/search.texi | 2 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 2 |
5 files changed, 10 insertions, 4 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 84bb7cf30df..85e4d80d01d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * killing.texi (Rectangles): | ||
| 4 | * regs.texi (Rectangle Registers): | ||
| 5 | * search.texi (Isearch Yank): Fix typos. | ||
| 6 | |||
| 1 | 2011-11-06 Chong Yidong <cyd@gnu.org> | 7 | 2011-11-06 Chong Yidong <cyd@gnu.org> |
| 2 | 8 | ||
| 3 | * windows.texi (Basic Window): Add xref to Cursor Display. | 9 | * windows.texi (Basic Window): Add xref to Cursor Display. |
diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi index 6237b00c2ee..1443ad019bb 100644 --- a/doc/emacs/killing.texi +++ b/doc/emacs/killing.texi | |||
| @@ -733,7 +733,7 @@ insert rectangles, and commands to make blank rectangles. | |||
| 733 | @findex delete-rectangle | 733 | @findex delete-rectangle |
| 734 | There are two ways to erase the text in a rectangle: @kbd{C-x r d} | 734 | There are two ways to erase the text in a rectangle: @kbd{C-x r d} |
| 735 | (@code{delete-rectangle}) to delete the text outright, or @kbd{C-x r | 735 | (@code{delete-rectangle}) to delete the text outright, or @kbd{C-x r |
| 736 | k} (@code{kill-rectangle}) to remove the text and and save it as the | 736 | k} (@code{kill-rectangle}) to remove the text and save it as the |
| 737 | @dfn{last killed rectangle}. In both cases, erasing the | 737 | @dfn{last killed rectangle}. In both cases, erasing the |
| 738 | region-rectangle is like erasing the specified text on each line of | 738 | region-rectangle is like erasing the specified text on each line of |
| 739 | the rectangle; if there is any following text on the line, it moves | 739 | the rectangle; if there is any following text on the line, it moves |
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi index 41a807375a9..7e5b07221a0 100644 --- a/doc/emacs/regs.texi +++ b/doc/emacs/regs.texi | |||
| @@ -145,7 +145,7 @@ rectangle) (@code{insert-register}). | |||
| 145 | 145 | ||
| 146 | The @kbd{C-x r i @var{r}} (@code{insert-register}) command, | 146 | The @kbd{C-x r i @var{r}} (@code{insert-register}) command, |
| 147 | previously documented in @ref{Text Registers}, inserts a rectangle | 147 | previously documented in @ref{Text Registers}, inserts a rectangle |
| 148 | rather than a a text string, if the register contains a rectangle. | 148 | rather than a text string, if the register contains a rectangle. |
| 149 | 149 | ||
| 150 | @node Configuration Registers | 150 | @node Configuration Registers |
| 151 | @section Saving Window Configurations in Registers | 151 | @section Saving Window Configurations in Registers |
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 0b68373d47c..c6747042df5 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -309,7 +309,7 @@ search remains case-insensitive. | |||
| 309 | @findex isearch-yank-char | 309 | @findex isearch-yank-char |
| 310 | @kbd{C-M-w} (@code{isearch-del-char}) deletes the last character | 310 | @kbd{C-M-w} (@code{isearch-del-char}) deletes the last character |
| 311 | from the search string, and @kbd{C-M-y} (@code{isearch-yank-char}) | 311 | from the search string, and @kbd{C-M-y} (@code{isearch-yank-char}) |
| 312 | appends the character after point to the the search string. An | 312 | appends the character after point to the search string. An |
| 313 | alternative method to add the character after point is to enter the | 313 | alternative method to add the character after point is to enter the |
| 314 | minibuffer with @kbd{M-e} (@pxref{Repeat Isearch}) and type @kbd{C-f} | 314 | minibuffer with @kbd{M-e} (@pxref{Repeat Isearch}) and type @kbd{C-f} |
| 315 | at the end of the search string in the minibuffer. | 315 | at the end of the search string in the minibuffer. |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 84333be4a5b..9f5e9fe7ce6 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -73,7 +73,7 @@ | |||
| 73 | 73 | ||
| 74 | Release MH-E manual version 8.3. | 74 | Release MH-E manual version 8.3. |
| 75 | 75 | ||
| 76 | * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for | 76 | * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for |
| 77 | release 8.3. | 77 | release 8.3. |
| 78 | (Preface): Updated support information. | 78 | (Preface): Updated support information. |
| 79 | (From Bill Wohler): Reset text to original version. As a | 79 | (From Bill Wohler): Reset text to original version. As a |