From 087a8fdc6f4eeff1569776acff4ef14fc77df56a Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 29 Feb 2008 23:44:55 +0000 Subject: [PATCH] (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. --- doc/emacs/help.texi | 40 ++++++++++++++++++++++++++-------------- 1 file 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.) The Emacs help commands described above display dynamic help based on the current state within Emacs, or refer to manuals. Other help -commands display pre-written, static help files. These commands all -have the form @kbd{C-h C-@var{char}}; that is, @kbd{C-h} followed by a -control character. +commands display pre-written, static help files. + + Except for @kbd{C-h g}, these commands all have the form @kbd{C-h +C-@var{char}}; that is, @kbd{C-h} followed by a control character. @kindex C-h C-c @findex describe-copying @kindex C-h C-d -@findex describe-distribution +@findex view-emacs-debugging @kindex C-h C-e -@findex view-emacs-problems +@findex view-external-packages @kindex C-h C-f @findex view-emacs-FAQ +@kindex C-h g +@findex describe-gnu-project +@kindex C-h C-m +@findex view-order-manuals @kindex C-h C-n @findex view-emacs-news +@kindex C-h C-o +@findex describe-distribution @kindex C-h C-p -@findex describe-project +@findex view-emacs-problems @kindex C-h C-t @findex view-emacs-todo @kindex C-h C-w @@ -617,21 +624,26 @@ control character. Display the Emacs copying conditions (@code{describe-copying}). These are the rules under which you can copy and redistribute Emacs. @item C-h C-d -Display how to download or order the latest version of -Emacs and other GNU software (@code{describe-distribution}). -@item C-h C-e -Display the list of known Emacs problems, sometimes with suggested -workarounds (@code{view-emacs-problems}). +Display how to debug Emacs problems (@code{view-emacs-debugging}). @item C-h C-f Display the Emacs frequently-answered-questions list (@code{view-emacs-FAQ}). +@item C-h g +Display general information about the GNU Project +(@code{describe-gnu-project}). +@item C-h C-m +Display how to order printed copies of Emacs manuals +(@code{view-order-manuals}). @item C-h C-n Display the Emacs ``news'' file, which lists new features in the most recent version of Emacs (@code{view-emacs-news}). +@item C-h C-o +Display how to order or download the latest version of +Emacs and other GNU software (@code{describe-distribution}). @item C-h C-p -Display general information about the GNU Project -(@code{describe-project}). +Display the list of known Emacs problems, sometimes with suggested +workarounds (@code{view-emacs-problems}). @item C-h C-t -Display the Emacs to-do list (@code{view-todo}). +Display the Emacs to-do list (@code{view-emacs-todo}). @item C-h C-w Display the full details on the complete absence of warranty for GNU Emacs (@code{describe-no-warranty}). -- 2.39.2