summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-05-12 16:42:20 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-05-12 16:42:20 +0000
commitb39d28c92ac4cf75c0a5f0a2511403dee0238909 (patch)
treede767871aaf7b610ca4864deb6fac79b3cf5e7ca /lisp/ChangeLog
parent7951ca5346fe01c95f5ab9dfe7c11e9c0d145f45 (diff)
downloademacs-b39d28c92ac4cf75c0a5f0a2511403dee0238909.tar.gz
* tutorial.el (help-with-tutorial): Use TUTORIAL.xx for the tutorial
buffer, since that is what the tutorial text assumes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2e8ec2b913b..3cf1f41ecec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,8 @@
2009-05-12 Chong Yidong <cyd@stupidchicken.com>
* tutorial.el (help-with-tutorial): Don't use text mode, since the
- tutorial text assume Fundamental mode.
+ tutorial text assume Fundamental mode. Use TUTORIAL.xx for the
+ tutorial buffer, since that is what the tutorial text assumes.
2009-05-11 Stefan Monnier <monnier@iro.umontreal.ca>