aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2008-02-29 23:44:55 +0000
committerKim F. Storm2008-02-29 23:44:55 +0000
commit087a8fdc6f4eeff1569776acff4ef14fc77df56a (patch)
tree9b5dce46fc77ae1d2679f2fe8c834c84a46896c0
parent5e14abf86030b0b09af44ab06f8cd82d6b357354 (diff)
downloademacs-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.texi40
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
593on the current state within Emacs, or refer to manuals. Other help 593on the current state within Emacs, or refer to manuals. Other help
594commands display pre-written, static help files. These commands all 594commands display pre-written, static help files.
595have the form @kbd{C-h C-@var{char}}; that is, @kbd{C-h} followed by a 595
596control character. 596 Except for @kbd{C-h g}, these commands all have the form @kbd{C-h
597C-@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.
617Display the Emacs copying conditions (@code{describe-copying}). 624Display the Emacs copying conditions (@code{describe-copying}).
618These are the rules under which you can copy and redistribute Emacs. 625These are the rules under which you can copy and redistribute Emacs.
619@item C-h C-d 626@item C-h C-d
620Display how to download or order the latest version of 627Display how to debug Emacs problems (@code{view-emacs-debugging}).
621Emacs and other GNU software (@code{describe-distribution}).
622@item C-h C-e
623Display the list of known Emacs problems, sometimes with suggested
624workarounds (@code{view-emacs-problems}).
625@item C-h C-f 628@item C-h C-f
626Display the Emacs frequently-answered-questions list (@code{view-emacs-FAQ}). 629Display the Emacs frequently-answered-questions list (@code{view-emacs-FAQ}).
630@item C-h g
631Display general information about the GNU Project
632(@code{describe-gnu-project}).
633@item C-h C-m
634Display 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
628Display the Emacs ``news'' file, which lists new features in the most 637Display the Emacs ``news'' file, which lists new features in the most
629recent version of Emacs (@code{view-emacs-news}). 638recent version of Emacs (@code{view-emacs-news}).
639@item C-h C-o
640Display how to order or download the latest version of
641Emacs and other GNU software (@code{describe-distribution}).
630@item C-h C-p 642@item C-h C-p
631Display general information about the GNU Project 643Display the list of known Emacs problems, sometimes with suggested
632(@code{describe-project}). 644workarounds (@code{view-emacs-problems}).
633@item C-h C-t 645@item C-h C-t
634Display the Emacs to-do list (@code{view-todo}). 646Display the Emacs to-do list (@code{view-emacs-todo}).
635@item C-h C-w 647@item C-h C-w
636Display the full details on the complete absence of warranty for GNU 648Display the full details on the complete absence of warranty for GNU
637Emacs (@code{describe-no-warranty}). 649Emacs (@code{describe-no-warranty}).