diff options
| author | Kim F. Storm | 2008-02-29 23:44:55 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2008-02-29 23:44:55 +0000 |
| commit | 087a8fdc6f4eeff1569776acff4ef14fc77df56a (patch) | |
| tree | 9b5dce46fc77ae1d2679f2fe8c834c84a46896c0 | |
| parent | 5e14abf86030b0b09af44ab06f8cd82d6b357354 (diff) | |
| download | emacs-087a8fdc6f4eeff1569776acff4ef14fc77df56a.tar.gz emacs-087a8fdc6f4eeff1569776acff4ef14fc77df56a.zip | |
(Help Files): Move describe-gnu-project to C-h g.
Move describe-distribution to C-h C-o.
Move view-emacs-problems to C-h C-p.
Add view-emacs-debugging on C-h C-d.
Add view-external-packages on C-h C-e.
Add view-order-manuals on C-h C-m.
| -rw-r--r-- | doc/emacs/help.texi | 40 |
1 files changed, 26 insertions, 14 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index b0e20922a1d..9f2008e060d 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi | |||
| @@ -591,22 +591,29 @@ is actually @kbd{C-M-h}, which marks a defun.) | |||
| 591 | 591 | ||
| 592 | The Emacs help commands described above display dynamic help based | 592 | The Emacs help commands described above display dynamic help based |
| 593 | on the current state within Emacs, or refer to manuals. Other help | 593 | on the current state within Emacs, or refer to manuals. Other help |
| 594 | commands display pre-written, static help files. These commands all | 594 | commands display pre-written, static help files. |
| 595 | have the form @kbd{C-h C-@var{char}}; that is, @kbd{C-h} followed by a | 595 | |
| 596 | control character. | 596 | Except for @kbd{C-h g}, these commands all have the form @kbd{C-h |
| 597 | C-@var{char}}; that is, @kbd{C-h} followed by a control character. | ||
| 597 | 598 | ||
| 598 | @kindex C-h C-c | 599 | @kindex C-h C-c |
| 599 | @findex describe-copying | 600 | @findex describe-copying |
| 600 | @kindex C-h C-d | 601 | @kindex C-h C-d |
| 601 | @findex describe-distribution | 602 | @findex view-emacs-debugging |
| 602 | @kindex C-h C-e | 603 | @kindex C-h C-e |
| 603 | @findex view-emacs-problems | 604 | @findex view-external-packages |
| 604 | @kindex C-h C-f | 605 | @kindex C-h C-f |
| 605 | @findex view-emacs-FAQ | 606 | @findex view-emacs-FAQ |
| 607 | @kindex C-h g | ||
| 608 | @findex describe-gnu-project | ||
| 609 | @kindex C-h C-m | ||
| 610 | @findex view-order-manuals | ||
| 606 | @kindex C-h C-n | 611 | @kindex C-h C-n |
| 607 | @findex view-emacs-news | 612 | @findex view-emacs-news |
| 613 | @kindex C-h C-o | ||
| 614 | @findex describe-distribution | ||
| 608 | @kindex C-h C-p | 615 | @kindex C-h C-p |
| 609 | @findex describe-project | 616 | @findex view-emacs-problems |
| 610 | @kindex C-h C-t | 617 | @kindex C-h C-t |
| 611 | @findex view-emacs-todo | 618 | @findex view-emacs-todo |
| 612 | @kindex C-h C-w | 619 | @kindex C-h C-w |
| @@ -617,21 +624,26 @@ control character. | |||
| 617 | Display the Emacs copying conditions (@code{describe-copying}). | 624 | Display the Emacs copying conditions (@code{describe-copying}). |
| 618 | These are the rules under which you can copy and redistribute Emacs. | 625 | These are the rules under which you can copy and redistribute Emacs. |
| 619 | @item C-h C-d | 626 | @item C-h C-d |
| 620 | Display how to download or order the latest version of | 627 | Display how to debug Emacs problems (@code{view-emacs-debugging}). |
| 621 | Emacs and other GNU software (@code{describe-distribution}). | ||
| 622 | @item C-h C-e | ||
| 623 | Display the list of known Emacs problems, sometimes with suggested | ||
| 624 | workarounds (@code{view-emacs-problems}). | ||
| 625 | @item C-h C-f | 628 | @item C-h C-f |
| 626 | Display the Emacs frequently-answered-questions list (@code{view-emacs-FAQ}). | 629 | Display the Emacs frequently-answered-questions list (@code{view-emacs-FAQ}). |
| 630 | @item C-h g | ||
| 631 | Display general information about the GNU Project | ||
| 632 | (@code{describe-gnu-project}). | ||
| 633 | @item C-h C-m | ||
| 634 | Display how to order printed copies of Emacs manuals | ||
| 635 | (@code{view-order-manuals}). | ||
| 627 | @item C-h C-n | 636 | @item C-h C-n |
| 628 | Display the Emacs ``news'' file, which lists new features in the most | 637 | Display the Emacs ``news'' file, which lists new features in the most |
| 629 | recent version of Emacs (@code{view-emacs-news}). | 638 | recent version of Emacs (@code{view-emacs-news}). |
| 639 | @item C-h C-o | ||
| 640 | Display how to order or download the latest version of | ||
| 641 | Emacs and other GNU software (@code{describe-distribution}). | ||
| 630 | @item C-h C-p | 642 | @item C-h C-p |
| 631 | Display general information about the GNU Project | 643 | Display the list of known Emacs problems, sometimes with suggested |
| 632 | (@code{describe-project}). | 644 | workarounds (@code{view-emacs-problems}). |
| 633 | @item C-h C-t | 645 | @item C-h C-t |
| 634 | Display the Emacs to-do list (@code{view-todo}). | 646 | Display the Emacs to-do list (@code{view-emacs-todo}). |
| 635 | @item C-h C-w | 647 | @item C-h C-w |
| 636 | Display the full details on the complete absence of warranty for GNU | 648 | Display the full details on the complete absence of warranty for GNU |
| 637 | Emacs (@code{describe-no-warranty}). | 649 | Emacs (@code{describe-no-warranty}). |