diff options
| author | Eli Zaretskii | 2024-07-01 20:30:23 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-07-01 20:30:23 +0300 |
| commit | 459e635099bad257fc6739ddfccc437cac11bc96 (patch) | |
| tree | 2bed2d6f09aa77fa03c2ed7efd2b2f0a1704006a | |
| parent | 7050128cfe91a86f87dfe495ce8c3a1c82337db6 (diff) | |
| download | emacs-459e635099bad257fc6739ddfccc437cac11bc96.tar.gz emacs-459e635099bad257fc6739ddfccc437cac11bc96.zip | |
; * etc/NEWS: Fix typo.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -434,7 +434,7 @@ the signature) the automatically inferred function type as well. | |||
| 434 | 434 | ||
| 435 | --- | 435 | --- |
| 436 | *** 'describe-function' now shows the type of the function object. | 436 | *** 'describe-function' now shows the type of the function object. |
| 437 | The text used to say things like "car is is a built-in function" whereas | 437 | The text used to say things like "car is a built-in function" whereas |
| 438 | it now says "car is a primitive-function" where "primitive-function" is | 438 | it now says "car is a primitive-function" where "primitive-function" is |
| 439 | the symbol returned by 'cl-type-of'. You can click on those words to | 439 | the symbol returned by 'cl-type-of'. You can click on those words to |
| 440 | get information about that type. | 440 | get information about that type. |