diff options
| author | Richard M. Stallman | 1997-07-03 23:33:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-03 23:33:46 +0000 |
| commit | 1c71da93f3fd8267195e20780413d992edb3b87e (patch) | |
| tree | a266c229a4429c29b83e98e7b8278f3aebf96608 | |
| parent | 55616d189ab54b08234cf83afc1a03abea717a3f (diff) | |
| download | emacs-1c71da93f3fd8267195e20780413d992edb3b87e.tar.gz emacs-1c71da93f3fd8267195e20780413d992edb3b87e.zip | |
Minor fixes.
| -rw-r--r-- | etc/TUTORIAL | 15 |
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. | |||
| 918 | If you have typed C-h and decide you do not want any help, just | 918 | If you have typed C-h and decide you do not want any help, just |
| 919 | type C-g to cancel it. | 919 | type 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 |
| 922 | as a blanket measure, so complain to the system administrator. | 922 | should not do this as a blanket measure for all users, so you have |
| 923 | Meanwhile, if C-h does not display a message about help at the bottom | 923 | grounds to complain to the system administrator. Meanwhile, if C-h |
| 924 | of the screen, try typing M-x help RET instead.) | 924 | does not display a message about help at the bottom of the screen, try |
| 925 | 925 | typing the F1 key or M-x help RET instead.) | |
| 926 | The most basic HELP feature is C-h c. Type C-h, a c, and a | 926 | |
| 927 | command character or sequence, and Emacs displays a very brief | 927 | The most basic HELP feature is C-h c. Type C-h, the character c, and |
| 928 | a command character or sequence; then Emacs displays a very brief | ||
| 928 | description of the command. | 929 | description of the command. |
| 929 | 930 | ||
| 930 | >> Type C-h c Control-p. | 931 | >> Type C-h c Control-p. |