diff options
| author | Chong Yidong | 2009-05-05 01:17:22 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-05-05 01:17:22 +0000 |
| commit | d4ad7b96a4c3b149834e46497ad0f46f4700dd81 (patch) | |
| tree | 62a611305d9272daff7513b62dc20a4f439da34b | |
| parent | a62d14d4caa62473452f7028b159b26afffcf745 (diff) | |
| download | emacs-d4ad7b96a4c3b149834e46497ad0f46f4700dd81.tar.gz emacs-d4ad7b96a4c3b149834e46497ad0f46f4700dd81.zip | |
* trouble.texi (Lossage): Use new binding of view-emacs-problems.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/trouble.texi | 2 |
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 @@ | |||
| 1 | 2009-05-05 Per Starbäck <per@starback.se> (tiny change) | ||
| 2 | |||
| 3 | * trouble.texi (Lossage): Use new binding of view-emacs-problems. | ||
| 4 | |||
| 1 | 2009-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2009-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 | |||
| 139 | additional problems you might encounter, see @ref{Bugs and problems, , | 139 | additional problems you might encounter, see @ref{Bugs and problems, , |
| 140 | Bugs and problems, efaq, GNU Emacs FAQ}, and the file @file{etc/PROBLEMS} | 140 | Bugs and problems, efaq, GNU Emacs FAQ}, and the file @file{etc/PROBLEMS} |
| 141 | in the Emacs distribution. Type @kbd{C-h C-f} to read the FAQ; type | 141 | in 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. |