summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>2020-09-16 23:52:48 -0400
committerEli Zaretskii <eliz@gnu.org>2020-09-18 10:50:57 +0300
commit7fec0a444eb6c9e871326ab5b5d5eefb14e513fd (patch)
treefb7436942a809b2c71035b1612413ec5dc6a724b /etc
parent8a028e900dac18208228a6d7eb4daef3e7aa174e (diff)
downloademacs-7fec0a444eb6c9e871326ab5b5d5eefb14e513fd.tar.gz
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')
-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.)
>> Kill this line with C-k, then type C-/ and it should reappear.
C-_ is an alternative undo command; it works exactly the same as C-/.
+On some text terminals, you can omit the shift key when you type C-_.
On some text terminals, typing C-/ actually sends C-_ to Emacs.
Alternatively, C-x u also works exactly like C-/, but is a little less
convenient to type.