diff options
| author | Nicholas Drozd | 2019-02-01 08:06:50 -0600 |
|---|---|---|
| committer | Eli Zaretskii | 2019-02-01 17:11:39 +0200 |
| commit | 32555daf4c24ea5878f5bd731e1f8fce310628cf (patch) | |
| tree | ab0e3f194304c45efa2f8e82ca7928ac447338e5 | |
| parent | af525f44d531a5446c3153778a1b1124f3be4828 (diff) | |
| download | emacs-32555daf4c24ea5878f5bd731e1f8fce310628cf.tar.gz emacs-32555daf4c24ea5878f5bd731e1f8fce310628cf.zip | |
* doc/misc/calc.texi (Algebraic Tutorial): Fix a typo. (Bug#34273)
| -rw-r--r-- | doc/misc/calc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 59125771ac5..0b6e119390e 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -2026,7 +2026,7 @@ You can also ``unstore'' a variable when you are through with it: | |||
| 2026 | 2026 | ||
| 2027 | @smallexample | 2027 | @smallexample |
| 2028 | @group | 2028 | @group |
| 2029 | 2: 2 + 5 => 5 | 2029 | 2: 2 + 3 => 5 |
| 2030 | 1: 2 a + 2 b => 2 a + 2 b | 2030 | 1: 2 a + 2 b => 2 a + 2 b |
| 2031 | . | 2031 | . |
| 2032 | 2032 | ||