aboutsummaryrefslogtreecommitdiffstats
path: root/etc/tutorials
diff options
context:
space:
mode:
authorRichard Stallman2020-09-16 23:52:48 -0400
committerEli Zaretskii2020-09-18 10:50:57 +0300
commit7fec0a444eb6c9e871326ab5b5d5eefb14e513fd (patch)
treefb7436942a809b2c71035b1612413ec5dc6a724b /etc/tutorials
parent8a028e900dac18208228a6d7eb4daef3e7aa174e (diff)
downloademacs-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/TUTORIAL1
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
475C-_ is an alternative undo command; it works exactly the same as C-/. 475C-_ is an alternative undo command; it works exactly the same as C-/.
476On some text terminals, you can omit the shift key when you type C-_.
476On some text terminals, typing C-/ actually sends C-_ to Emacs. 477On some text terminals, typing C-/ actually sends C-_ to Emacs.
477Alternatively, C-x u also works exactly like C-/, but is a little less 478Alternatively, C-x u also works exactly like C-/, but is a little less
478convenient to type. 479convenient to type.