diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-05-12 16:42:20 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-05-12 16:42:20 +0000 |
commit | b39d28c92ac4cf75c0a5f0a2511403dee0238909 (patch) | |
tree | de767871aaf7b610ca4864deb6fac79b3cf5e7ca /lisp/ChangeLog | |
parent | 7951ca5346fe01c95f5ab9dfe7c11e9c0d145f45 (diff) | |
download | emacs-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/ChangeLog | 3 |
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> |