diff options
| author | Juri Linkov | 2004-03-22 07:32:05 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-03-22 07:32:05 +0000 |
| commit | 4d715abe8c3b4f00a79a5b2c913a1145ea4d0fda (patch) | |
| tree | afd431b153cc10a81937affe118dbeb1ee8881b5 | |
| parent | 4581649ee7b4cea5fc91ca16f742f050885b49bc (diff) | |
| download | emacs-4d715abe8c3b4f00a79a5b2c913a1145ea4d0fda.tar.gz emacs-4d715abe8c3b4f00a79a5b2c913a1145ea4d0fda.zip | |
Fix help key bindings.
| -rw-r--r-- | man/faq.texi | 8 | ||||
| -rw-r--r-- | man/trouble.texi | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/man/faq.texi b/man/faq.texi index 91c485fb79f..6894918079e 100644 --- a/man/faq.texi +++ b/man/faq.texi | |||
| @@ -613,7 +613,7 @@ command-apropos}). | |||
| 613 | 613 | ||
| 614 | @cindex Command description in the manual | 614 | @cindex Command description in the manual |
| 615 | @item | 615 | @item |
| 616 | The command @kbd{C-h C-f} (@code{Info-goto-emacs-command-node}) prompts | 616 | The command @kbd{C-h F} (@code{Info-goto-emacs-command-node}) prompts |
| 617 | for the name of a command, and then attempts to find the section in the | 617 | for the name of a command, and then attempts to find the section in the |
| 618 | Emacs manual where that command is described. | 618 | Emacs manual where that command is described. |
| 619 | 619 | ||
| @@ -980,7 +980,7 @@ The Emacs FAQ is available in several ways: | |||
| 980 | @item | 980 | @item |
| 981 | Inside of Emacs itself. You can get it from selecting the @samp{Emacs | 981 | Inside of Emacs itself. You can get it from selecting the @samp{Emacs |
| 982 | FAQ} option from the @samp{Help} menu of the Emacs menu bar at the top | 982 | FAQ} option from the @samp{Help} menu of the Emacs menu bar at the top |
| 983 | of any Emacs frame, or by typing @kbd{C-h F} (@kbd{M-x view-emacs-FAQ}). | 983 | of any Emacs frame, or by typing @kbd{C-h C-f} (@kbd{M-x view-emacs-FAQ}). |
| 984 | 984 | ||
| 985 | @item | 985 | @item |
| 986 | Via USENET. If you can read news, the FAQ should be available in your | 986 | Via USENET. If you can read news, the FAQ should be available in your |
| @@ -1110,7 +1110,7 @@ Emacs @value{VER} is the current version as of this writing. | |||
| 1110 | @cindex Differences between Emacs 19 and Emacs 20 | 1110 | @cindex Differences between Emacs 19 and Emacs 20 |
| 1111 | @cindex Emacs 20, new features in | 1111 | @cindex Emacs 20, new features in |
| 1112 | 1112 | ||
| 1113 | To find out what has changed in recent versions, type @kbd{C-h n} | 1113 | To find out what has changed in recent versions, type @kbd{C-h C-n} |
| 1114 | (@kbd{M-x view-emacs-news}). The oldest changes are at the bottom of | 1114 | (@kbd{M-x view-emacs-news}). The oldest changes are at the bottom of |
| 1115 | the file, so you might want to read it starting there, rather than at | 1115 | the file, so you might want to read it starting there, rather than at |
| 1116 | the top. | 1116 | the top. |
| @@ -2687,7 +2687,7 @@ instructions how to do that. | |||
| 2687 | 2687 | ||
| 2688 | The file @file{etc/PROBLEMS} in the Emacs distribution lists various | 2688 | The file @file{etc/PROBLEMS} in the Emacs distribution lists various |
| 2689 | known problems with building and using Emacs on specific platforms; | 2689 | known problems with building and using Emacs on specific platforms; |
| 2690 | type @kbd{C-h P} to read it. | 2690 | type @kbd{C-h C-e} to read it. |
| 2691 | 2691 | ||
| 2692 | @menu | 2692 | @menu |
| 2693 | * Problems with very large files:: | 2693 | * Problems with very large files:: |
diff --git a/man/trouble.texi b/man/trouble.texi index 3ff84e68c6c..e7f6ae7608b 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -124,8 +124,8 @@ about the undo facility. | |||
| 124 | normally, and how to recognize them and correct them. For a list of | 124 | normally, and how to recognize them and correct them. For a list of |
| 125 | additional problems you might encounter, see @ref{Bugs and problems, , | 125 | additional problems you might encounter, see @ref{Bugs and problems, , |
| 126 | Bugs and problems, efaq, GNU Emacs FAQ}, and the file @file{etc/PROBLEMS} | 126 | Bugs and problems, efaq, GNU Emacs FAQ}, and the file @file{etc/PROBLEMS} |
| 127 | in the Emacs distribution. Type @kbd{C-h F} to read the FAQ; type | 127 | in the Emacs distribution. Type @kbd{C-h C-f} to read the FAQ; type |
| 128 | @kbd{C-h P} to read the @file{PROBLEMS} file. | 128 | @kbd{C-h C-e} to read the @file{PROBLEMS} file. |
| 129 | 129 | ||
| 130 | @menu | 130 | @menu |
| 131 | * DEL Does Not Delete:: What to do if @key{DEL} doesn't delete. | 131 | * DEL Does Not Delete:: What to do if @key{DEL} doesn't delete. |
| @@ -426,7 +426,7 @@ to do so effectively, you must know when and how to do it. | |||
| 426 | 426 | ||
| 427 | Before reporting a bug, it is a good idea to see if it is already | 427 | Before reporting a bug, it is a good idea to see if it is already |
| 428 | known. You can find the list of known problems in the file | 428 | known. You can find the list of known problems in the file |
| 429 | @file{etc/PROBLEMS} in the Emacs distribution; type @kbd{C-h P} to read | 429 | @file{etc/PROBLEMS} in the Emacs distribution; type @kbd{C-h C-e} to read |
| 430 | it. Some additional user-level problems can be found in @ref{Bugs and | 430 | it. Some additional user-level problems can be found in @ref{Bugs and |
| 431 | problems, , Bugs and problems, efaq, GNU Emacs FAQ}. Looking up your | 431 | problems, , Bugs and problems, efaq, GNU Emacs FAQ}. Looking up your |
| 432 | problem in these two documents might provide you with a solution or a | 432 | problem in these two documents might provide you with a solution or a |