diff options
| author | Eli Zaretskii | 2024-01-27 16:47:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2024-01-27 16:47:10 +0200 |
| commit | 4e5dd1a796ab3fbf26a9c6f0119776327068cafd (patch) | |
| tree | ccc8519601c65ef908a60531cfda67670ae51789 /doc/misc | |
| parent | 77d9d05df87965409c537f49d59cb5ea632abda1 (diff) | |
| download | emacs-4e5dd1a796ab3fbf26a9c6f0119776327068cafd.tar.gz emacs-4e5dd1a796ab3fbf26a9c6f0119776327068cafd.zip | |
; * doc/misc/calc.texi (Fractions): Fix typos. (Bug#66944)
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/calc.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index 31db77a0720..dacf1451cc2 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -10575,14 +10575,14 @@ form). The numerator and denominator always use the same radix. | |||
| 10575 | Fractions may also be entered with @kbd{@U{2044}} (U+2044 FRACTION | 10575 | Fractions may also be entered with @kbd{@U{2044}} (U+2044 FRACTION |
| 10576 | SLASH) in place of any @kbd{:}. Precomposed fraction characters from | 10576 | SLASH) in place of any @kbd{:}. Precomposed fraction characters from |
| 10577 | @kbd{@U{00BD}} (U+00BD VULGAR FRACTION ONE HALF) through | 10577 | @kbd{@U{00BD}} (U+00BD VULGAR FRACTION ONE HALF) through |
| 10578 | @kbd{@U{215E}} (U+215E VULGAR FRACTION SEVEN EIGHTHS) as supported as | 10578 | @kbd{@U{215E}} (U+215E VULGAR FRACTION SEVEN EIGHTHS) are supported as |
| 10579 | well. Thus @samp{2:3}, @samp{2@U{2044}3}, and @samp{@U{2154}} are all | 10579 | well. Thus, @samp{2:3}, @samp{2@U{2044}3}, and @samp{@U{2154}} are all |
| 10580 | equivalent. | 10580 | equivalent. |
| 10581 | @end ifnottex | 10581 | @end ifnottex |
| 10582 | @iftex | 10582 | @iftex |
| 10583 | Fractions may also be entered with U+2044 FRACTION SLASH in place of | 10583 | Fractions may also be entered with U+2044 FRACTION SLASH in place of |
| 10584 | any @kbd{:}. Precomposed fraction characters from U+00BD VULGAR | 10584 | any @kbd{:}. Precomposed fraction characters from U+00BD VULGAR |
| 10585 | FRACTION ONE HALF through U+215E VULGAR FRACTION SEVEN EIGHTHS as | 10585 | FRACTION ONE HALF through U+215E VULGAR FRACTION SEVEN EIGHTHS are |
| 10586 | supported as well. | 10586 | supported as well. |
| 10587 | @end iftex | 10587 | @end iftex |
| 10588 | 10588 | ||