diff options
| author | Glenn Morris | 2010-01-20 20:37:44 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-01-20 20:37:44 -0800 |
| commit | 99d0985b2b450e7dc13e250c12277106176a5b7b (patch) | |
| tree | 5c6ec511430e5d45a87fa3ef5d0086925dbbb811 | |
| parent | 5189d95ba6d95c10118fcf70ec382d11cf3062b4 (diff) | |
| download | emacs-99d0985b2b450e7dc13e250c12277106176a5b7b.tar.gz emacs-99d0985b2b450e7dc13e250c12277106176a5b7b.zip | |
(Bugs): Fix PROBLEMS keybinding.
| -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 8ca2b187d94..7d7002a6469 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-01-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * trouble.texi (Bugs): Fix PROBLEMS keybinding. | ||
| 4 | |||
| 1 | 2010-01-12 Glenn Morris <rgm@gnu.org> | 5 | 2010-01-12 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * trouble.texi (Checklist): Use bug-gnu-emacs rather than | 7 | * trouble.texi (Checklist): Use bug-gnu-emacs rather than |
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index 218aa3a64d4..b0b54d572f6 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi | |||
| @@ -419,7 +419,7 @@ to do so effectively, you must know when and how to do it. | |||
| 419 | 419 | ||
| 420 | Before reporting a bug, it is a good idea to see if it is already | 420 | Before reporting a bug, it is a good idea to see if it is already |
| 421 | known. You can find the list of known problems in the file | 421 | known. You can find the list of known problems in the file |
| 422 | @file{etc/PROBLEMS} in the Emacs distribution; type @kbd{C-h C-e} to read | 422 | @file{etc/PROBLEMS} in the Emacs distribution; type @kbd{C-h C-p} to read |
| 423 | it. Some additional user-level problems can be found in @ref{Bugs and | 423 | it. Some additional user-level problems can be found in @ref{Bugs and |
| 424 | problems, , Bugs and problems, efaq, GNU Emacs FAQ}. Looking up your | 424 | problems, , Bugs and problems, efaq, GNU Emacs FAQ}. Looking up your |
| 425 | problem in these two documents might provide you with a solution or a | 425 | problem in these two documents might provide you with a solution or a |