summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS2
-rw-r--r--ChangeLog4
2 files changed, 5 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index 5586529c02..32b44ceb0a 100644
--- a/BUGS
+++ b/BUGS
@@ -22,5 +22,5 @@ not part of the Emacs distribution.)
(3) By hand. Do
cat info/emacs* | more "+/^File: emacs, Node: Bugs,"
-Please first check the file etc/PROBLEMS (e.g. with C-h C-e in Emacs) to
+Please first check the file etc/PROBLEMS (e.g. with C-h C-p in Emacs) to
make sure it isn't a known issue.
diff --git a/ChangeLog b/ChangeLog
index bb66706ddf..223e94573a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-05 Per Starbäck <per@starback.se> (tiny change)
+
+ * BUGS: Use new binding of view-emacs-problems.
+
2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
* Makefile.in (install-arch-dep): Avoid using $$(..) construct,