aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-05-05 01:17:22 +0000
committerChong Yidong2009-05-05 01:17:22 +0000
commitd4ad7b96a4c3b149834e46497ad0f46f4700dd81 (patch)
tree62a611305d9272daff7513b62dc20a4f439da34b
parenta62d14d4caa62473452f7028b159b26afffcf745 (diff)
downloademacs-d4ad7b96a4c3b149834e46497ad0f46f4700dd81.tar.gz
emacs-d4ad7b96a4c3b149834e46497ad0f46f4700dd81.zip
* trouble.texi (Lossage): Use new binding of view-emacs-problems.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/trouble.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 0485ebeb8b9..fc2c277972c 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12009-05-05 Per Starbäck <per@starback.se> (tiny change)
2
3 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
4
12009-04-28 Stefan Monnier <monnier@iro.umontreal.ca> 52009-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * building.texi (Lisp Libraries): `load-library' does offer completion. 7 * building.texi (Lisp Libraries): `load-library' does offer completion.
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index 3ba6c710930..3c0196db390 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -139,7 +139,7 @@ normally, and how to recognize them and correct them. For a list of
139additional problems you might encounter, see @ref{Bugs and problems, , 139additional problems you might encounter, see @ref{Bugs and problems, ,
140Bugs and problems, efaq, GNU Emacs FAQ}, and the file @file{etc/PROBLEMS} 140Bugs and problems, efaq, GNU Emacs FAQ}, and the file @file{etc/PROBLEMS}
141in the Emacs distribution. Type @kbd{C-h C-f} to read the FAQ; type 141in the Emacs distribution. Type @kbd{C-h C-f} to read the FAQ; type
142@kbd{C-h C-e} to read the @file{PROBLEMS} file. 142@kbd{C-h C-p} to read the @file{PROBLEMS} file.
143 143
144@menu 144@menu
145* DEL Does Not Delete:: What to do if @key{DEL} doesn't delete. 145* DEL Does Not Delete:: What to do if @key{DEL} doesn't delete.