; * doc/lispref/symbols.texi (Shorthands): Fix markup.

This commit is contained in:
Eli Zaretskii 2025-09-23 09:00:57 +03:00
parent 7b8c17d527
commit bea8b09568

View file

@ -772,7 +772,7 @@ There are two exceptions to rules governing Shorthand transformations:
@itemize @bullet
@item
Symbol forms comprised entirely of characters of
the set @code{^*+-/<=>_|} are not transformed.
the set @samp{^*+-/<=>_|} are not transformed.
For example, it's possible to use @code{-} or @code{/=} as shorthand
prefixes, but that won't shadow the arithmetic @emph{functions} of
those names.