+2008-06-29 Jay Belanger <jay.p.belanger@gmail.com>
+
+ * calc.texi: Adjust mode line throughout.
+
2008-06-28 Juanma Barranquero <lekktu@gmail.com>
* sasl.texi (Mechanisms): Fix typos.
| * 8
| ->-5
|
---%%-Calc: 12 Deg (Calculator)----All----- --%%-Emacs: *Calc Trail*
+--%*-Calc: 12 Deg (Calculator)----All----- --%*- *Calc Trail*
@end group
@end smallexample
|2: 17.3
|1: -5
| .
-|--%%-Calc: 12 Deg (Calcul
+|--%*-Calc: 12 Deg (Calcul
|----+-----Calc 2.1------+----1
|FLR |CEIL|RND |TRNC|CLN2|FLT |
|----+----+----+----+----+----|
Notice the @samp{12} on the Calc window's mode line:
@smallexample
---%%-Calc: 12 Deg (Calculator)----All------
+--%*-Calc: 12 Deg (Calculator)----All------
@end smallexample
@noindent
The basic mode line format is:
@example
---%%-Calc: 12 Deg @var{other modes} (Calculator)
+--%*-Calc: 12 Deg @var{other modes} (Calculator)
@end example
-The @samp{%%} is the Emacs symbol for ``read-only''; it shows that
+The @samp{%*} indicates that the buffer is ``read-only''; it shows that
regular Emacs commands are not allowed to edit the stack buffer
as if it were text.