diff options
| author | Eli Zaretskii | 2022-09-01 11:04:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-09-01 11:04:46 +0300 |
| commit | 941627f8d03ddf4cd0039902e494d0feabc88c85 (patch) | |
| tree | a318949c57f74c0f658802aaad1e6c47096541e3 | |
| parent | 67b85decc7702c24f2904e60e3eecfc2bfca5ab6 (diff) | |
| download | emacs-941627f8d03ddf4cd0039902e494d0feabc88c85.tar.gz emacs-941627f8d03ddf4cd0039902e494d0feabc88c85.zip | |
; * etc/NEWS: Fix documentation marking of recently-added entries.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1535,13 +1535,13 @@ completion, and adds the Emoji into the search string. | |||
| 1535 | This allows an easy way to toggle seeing all glyphless characters in | 1535 | This allows an easy way to toggle seeing all glyphless characters in |
| 1536 | the current buffer. | 1536 | the current buffer. |
| 1537 | 1537 | ||
| 1538 | +++ | 1538 | --- |
| 1539 | *** The extra slot of 'glyphless-char-display' can now have cons values. | 1539 | *** The extra slot of 'glyphless-char-display' can now have cons values. |
| 1540 | The extra slot of the 'glyphless-char-display' char-table can now have | 1540 | The extra slot of the 'glyphless-char-display' char-table can now have |
| 1541 | values that are cons cells, specifying separate values for text-mode | 1541 | values that are cons cells, specifying separate values for text-mode |
| 1542 | and GUI terminals. | 1542 | and GUI terminals. |
| 1543 | 1543 | ||
| 1544 | --- | 1544 | +++ |
| 1545 | *** "Replacement character" feature for undisplayable characters on TTYs. | 1545 | *** "Replacement character" feature for undisplayable characters on TTYs. |
| 1546 | The 'acronym' method of displaying glyphless characters on text-mode | 1546 | The 'acronym' method of displaying glyphless characters on text-mode |
| 1547 | frames treats single-character acronyms specially: they are displayed | 1547 | frames treats single-character acronyms specially: they are displayed |