diff options
| -rw-r--r-- | man/emacs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index 893f01e3baf..ad9658ab368 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -158,8 +158,8 @@ Fundamental Editing Commands | |||
| 158 | 158 | ||
| 159 | Important Text-Changing Commands | 159 | Important Text-Changing Commands |
| 160 | * Mark:: The mark: how to delimit a ``region'' of text. | 160 | * Mark:: The mark: how to delimit a ``region'' of text. |
| 161 | * Killing:: Killing text. | 161 | * Killing:: Killing (cutting) text. |
| 162 | * Yanking:: Recovering killed text. Moving text. | 162 | * Yanking:: Recovering killed text. Moving text. (Pasting.) |
| 163 | * Accumulating Text:: Other ways of copying text. | 163 | * Accumulating Text:: Other ways of copying text. |
| 164 | * Rectangles:: Operating on the text inside a rectangle on the screen. | 164 | * Rectangles:: Operating on the text inside a rectangle on the screen. |
| 165 | * Registers:: Saving a text string or a location in the buffer. | 165 | * Registers:: Saving a text string or a location in the buffer. |