aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-03 23:33:46 +0000
committerRichard M. Stallman1997-07-03 23:33:46 +0000
commit1c71da93f3fd8267195e20780413d992edb3b87e (patch)
treea266c229a4429c29b83e98e7b8278f3aebf96608
parent55616d189ab54b08234cf83afc1a03abea717a3f (diff)
downloademacs-1c71da93f3fd8267195e20780413d992edb3b87e.tar.gz
emacs-1c71da93f3fd8267195e20780413d992edb3b87e.zip
Minor fixes.
-rw-r--r--etc/TUTORIAL15
1 files changed, 8 insertions, 7 deletions
diff --git a/etc/TUTORIAL b/etc/TUTORIAL
index 59080e1d4bb..d0b00ec73d4 100644
--- a/etc/TUTORIAL
+++ b/etc/TUTORIAL
@@ -918,13 +918,14 @@ type C-h ? and Emacs will tell you what kinds of help it can give.
918If you have typed C-h and decide you do not want any help, just 918If you have typed C-h and decide you do not want any help, just
919type C-g to cancel it. 919type C-g to cancel it.
920 920
921(Some sites rebind the character C-h. They really should not do this 921(Some sites change the meaning of the character C-h. They really
922as a blanket measure, so complain to the system administrator. 922should not do this as a blanket measure for all users, so you have
923Meanwhile, if C-h does not display a message about help at the bottom 923grounds to complain to the system administrator. Meanwhile, if C-h
924of the screen, try typing M-x help RET instead.) 924does not display a message about help at the bottom of the screen, try
925 925typing the F1 key or M-x help RET instead.)
926The most basic HELP feature is C-h c. Type C-h, a c, and a 926
927command character or sequence, and Emacs displays a very brief 927The most basic HELP feature is C-h c. Type C-h, the character c, and
928a command character or sequence; then Emacs displays a very brief
928description of the command. 929description of the command.
929 930
930>> Type C-h c Control-p. 931>> Type C-h c Control-p.