diff options
| author | Richard Stallman | 2020-09-16 23:52:48 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2020-09-18 10:50:57 +0300 |
| commit | 7fec0a444eb6c9e871326ab5b5d5eefb14e513fd (patch) | |
| tree | fb7436942a809b2c71035b1612413ec5dc6a724b /etc/tutorials | |
| parent | 8a028e900dac18208228a6d7eb4daef3e7aa174e (diff) | |
| download | emacs-7fec0a444eb6c9e871326ab5b5d5eefb14e513fd.tar.gz emacs-7fec0a444eb6c9e871326ab5b5d5eefb14e513fd.zip | |
Document easy ways of typing undo key on TTY frames
* doc/emacs/basic.texi (Basic Undo): Document the easiest way to
type the undo key.
* etc/tutorials/TUTORIAL: Describe typing C-_ without the Shift
key.
Diffstat (limited to 'etc/tutorials')
| -rw-r--r-- | etc/tutorials/TUTORIAL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL index 227c13f3e3a..319ba52b670 100644 --- a/etc/tutorials/TUTORIAL +++ b/etc/tutorials/TUTORIAL | |||
| @@ -473,6 +473,7 @@ to undo insertion of text.) | |||
| 473 | >> Kill this line with C-k, then type C-/ and it should reappear. | 473 | >> Kill this line with C-k, then type C-/ and it should reappear. |
| 474 | 474 | ||
| 475 | C-_ is an alternative undo command; it works exactly the same as C-/. | 475 | C-_ is an alternative undo command; it works exactly the same as C-/. |
| 476 | On some text terminals, you can omit the shift key when you type C-_. | ||
| 476 | On some text terminals, typing C-/ actually sends C-_ to Emacs. | 477 | On some text terminals, typing C-/ actually sends C-_ to Emacs. |
| 477 | Alternatively, C-x u also works exactly like C-/, but is a little less | 478 | Alternatively, C-x u also works exactly like C-/, but is a little less |
| 478 | convenient to type. | 479 | convenient to type. |