diff options
| author | Glenn Morris | 2019-03-01 09:40:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2019-03-01 09:40:22 -0800 |
| commit | cf563dac1f4792b913ddf75f6c4323cab0def484 (patch) | |
| tree | e55e82bf4d800cc4c7b185a14928d0c271437826 /doc/misc | |
| parent | b628699ad5ebda602a220a70b064b2a9e16c8bba (diff) | |
| parent | 9df1365f3838704e38f82c138175713a146a7164 (diff) | |
| download | emacs-cf563dac1f4792b913ddf75f6c4323cab0def484.tar.gz emacs-cf563dac1f4792b913ddf75f6c4323cab0def484.zip | |
Merge from origin/emacs-26
9df1365 Fix a typo in the Calc manual
f3dab02 Minor improvement in cross-references of the ELisp manual
560c84b Fix last change on 'compilation-parse-errors'
Diffstat (limited to 'doc/misc')
| -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 5c5ef59e923..ca322f21720 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -1775,7 +1775,7 @@ evaluated first, then @samp{*}, then @samp{/}, then finally | |||
| 1775 | is equivalent to | 1775 | is equivalent to |
| 1776 | 1776 | ||
| 1777 | @example | 1777 | @example |
| 1778 | 2 + ((3*4*5) / (6*(7^8)) - 9 | 1778 | 2 + ((3*4*5) / (6*(7^8))) - 9 |
| 1779 | @end example | 1779 | @end example |
| 1780 | 1780 | ||
| 1781 | @noindent | 1781 | @noindent |