aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-12-08 15:04:01 +0000
committerDave Love1999-12-08 15:04:01 +0000
commit9888e89039dfb1de3426fb0d63e6190237e66375 (patch)
treea69670eb3cc5df00176181f1d3d58a4371e9879b
parent036480cbb926e16faf18e4376b101bcad7190976 (diff)
downloademacs-9888e89039dfb1de3426fb0d63e6190237e66375.tar.gz
emacs-9888e89039dfb1de3426fb0d63e6190237e66375.zip
Mention view-emacs-problems.
-rw-r--r--man/help.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/man/help.texi b/man/help.texi
index 2503a5731e9..d394fd9adbf 100644
--- a/man/help.texi
+++ b/man/help.texi
@@ -87,6 +87,9 @@ Display documentation of the current major mode (@code{describe-mode}).
87@item C-h n 87@item C-h n
88Display documentation of Emacs changes, most recent first 88Display documentation of Emacs changes, most recent first
89(@code{view-emacs-news}). 89(@code{view-emacs-news}).
90@item C-h P
91Display info on known problems with Emacs and possible workarounds
92(@code{view-emacs-problems}).
90@item C-h p 93@item C-h p
91Find packages by topic keyword (@code{finder-by-keyword}). 94Find packages by topic keyword (@code{finder-by-keyword}).
92@item C-h s 95@item C-h s
@@ -463,6 +466,8 @@ actually @kbd{C-M-h}, which marks a defun.)
463@findex describe-no-warranty 466@findex describe-no-warranty
464@kindex C-h C-p 467@kindex C-h C-p
465@findex describe-project 468@findex describe-project
469@kindex C-h P
470@findex view-emacs-problems
466 The other @kbd{C-h} options display various files of useful 471 The other @kbd{C-h} options display various files of useful
467information. @kbd{C-h C-w} displays the full details on the complete 472information. @kbd{C-h C-w} displays the full details on the complete
468absence of warranty for GNU Emacs. @kbd{C-h n} (@code{view-emacs-news}) 473absence of warranty for GNU Emacs. @kbd{C-h n} (@code{view-emacs-news})
@@ -476,4 +481,7 @@ conditions you must obey in distributing copies of Emacs. @kbd{C-h C-d}
476(@code{describe-distribution}) displays the file 481(@code{describe-distribution}) displays the file
477@file{emacs/etc/DISTRIB}, which tells you how you can order a copy of 482@file{emacs/etc/DISTRIB}, which tells you how you can order a copy of
478the latest version of Emacs. @kbd{C-h C-p} (@code{describe-project}) 483the latest version of Emacs. @kbd{C-h C-p} (@code{describe-project})
479displays general information about the GNU Project. 484displays general information about the GNU Project. @kbd{C-h P}
485(@code{view-emacs-problems}) displays the file
486@file{emacs/etc/PROBLEMS}, which lists known problems with Emacs in
487various situations with solutions or workarounds in many cases.