diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2005-12-02 19:50:16 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2005-12-02 19:50:16 +0000 |
commit | 61322d728601751719095018369ab53e68da31cd (patch) | |
tree | c7df7efafbf077c283b99bc8bf9c95845a827649 /etc | |
parent | 5a98616edfc27abf7f6e8b835477fa818dd9bc41 (diff) | |
download | emacs-61322d728601751719095018369ab53e68da31cd.tar.gz |
Add a comment about the Calc prefix.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 9df3d9d482b..072bc7b785f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-02 Jay Belanger <belanger@truman.edu> + + * NEWS: Add comment about the Calc prefix. + 2005-11-28 Thien-Thi Nguyen <ttn@gnu.org> * MORE.STUFF: Add entry: "Go in a buffer: Go Text Protocol client". @@ -1532,9 +1532,11 @@ in them. ** Calc is now part of the Emacs distribution. Calc is an advanced desk calculator and mathematical tool written in -Emacs Lisp. Its documentation is in a separate manual; within Emacs, -type "C-h i m calc RET" to read that manual. A reference card is -available in `etc/calccard.tex' and `etc/calccard.ps'. +Emacs Lisp. The prefix for Calc has been changed to `C-x *' and Calc +can be started with `C-x * *'. The Calc manual is separate from the +Emacs manual; within Emacs, type "C-h i m calc RET" to read the +manual. A reference card is available in `etc/calccard.tex' and +`etc/calccard.ps'. --- ** The new package ibuffer provides a powerful, completely |