summaryrefslogtreecommitdiff
path: root/etc/tutorials/TUTORIAL
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tutorials/TUTORIAL')
-rw-r--r--etc/tutorials/TUTORIAL6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/tutorials/TUTORIAL b/etc/tutorials/TUTORIAL
index 6194e55ea35..dcdb61f23ec 100644
--- a/etc/tutorials/TUTORIAL
+++ b/etc/tutorials/TUTORIAL
@@ -1038,10 +1038,10 @@ then type C-x 1.
Here are some other useful C-h options:
- C-h f Describe a function. You type in the name of the
- function.
+ C-h x Describe a command. You type in the name of the
+ command.
->> Try typing C-h f previous-line <Return>.
+>> Try typing C-h x previous-line <Return>.
This displays all the information Emacs has about the
function which implements the C-p command.