changeset 26767:c45d65c93702

Mention view-emacs-problems.
author Dave Love <fx@gnu.org>
date Wed, 08 Dec 1999 15:04:01 +0000
parents b4c45cb99850
children 02eb997314dc
files man/help.texi
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/help.texi	Wed Dec 08 14:22:24 1999 +0000
+++ b/man/help.texi	Wed Dec 08 15:04:01 1999 +0000
@@ -87,6 +87,9 @@
 @item C-h n
 Display documentation of Emacs changes, most recent first
 (@code{view-emacs-news}).
+@item C-h P
+Display info on known problems with Emacs and possible workarounds
+(@code{view-emacs-problems}).
 @item C-h p
 Find packages by topic keyword (@code{finder-by-keyword}).
 @item C-h s
@@ -463,6 +466,8 @@
 @findex describe-no-warranty
 @kindex C-h C-p
 @findex describe-project
+@kindex C-h P
+@findex view-emacs-problems
   The other @kbd{C-h} options display various files of useful
 information.  @kbd{C-h C-w} displays the full details on the complete
 absence of warranty for GNU Emacs.  @kbd{C-h n} (@code{view-emacs-news})
@@ -476,4 +481,7 @@
 (@code{describe-distribution}) displays the file
 @file{emacs/etc/DISTRIB}, which tells you how you can order a copy of
 the latest version of Emacs.  @kbd{C-h C-p} (@code{describe-project})
-displays general information about the GNU Project.
+displays general information about the GNU Project.  @kbd{C-h P}
+(@code{view-emacs-problems}) displays the file
+@file{emacs/etc/PROBLEMS}, which lists known problems with Emacs in
+various situations with solutions or workarounds in many cases.