1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix typos in case-conversion descriptions

* doc/lispref/nonascii.texi (Character Properties): Fix typos.
* doc/lispref/strings.texi (Case Conversion): Fix typos.
(Case Tables): Fix typos.
This commit is contained in:
Robert Pluim 2024-11-05 12:33:49 +01:00
parent 83f095d1fd
commit fb55431c44
2 changed files with 10 additions and 10 deletions

View file

@ -1593,7 +1593,7 @@ be made.
Other characters can also have special case-conversion rules. They
all have non-@code{nil} character properties @code{special-uppercase},
@code{special-lowercase} or @code{special-titlecase} (@pxref{Character
@code{special-lowercase}, or @code{special-titlecase} (@pxref{Character
Properties}) defined by the Unicode Standard. These properties define
special case-conversion rules which override the current case table
(@pxref{Case Tables}).
@ -1640,11 +1640,11 @@ maps for both lower case and upper case.
Some characters have special case-conversion rules defined for them,
which by default override the current case table. These characters have
non-@code{nil} character properties @code{special-uppercase},
@code{special-lowercase} or @code{special-titlecase} (@pxref{Character
@code{special-lowercase}, or @code{special-titlecase} (@pxref{Character
Properties}) defined by the Unicode Standard. An example is U+00DF
LATIN SMALL LETTER SHARP S, @ss{}, which by default up-cases to the
string @code{"SS"}, not to U+1E9E LATIN CAPITAL LETTER SHARP S@. To
force these characters follow the case-table conversions, set the
force these characters to follow the case-table conversions, set the
corresponding Unicode property to @code{nil}:
@example