aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/symbols.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi
index 32590d4f99e..b30a16927ec 100644
--- a/doc/lispref/symbols.texi
+++ b/doc/lispref/symbols.texi
@@ -742,12 +742,12 @@ There are two exceptions to rules governing Shorthand transformations:
742 742
743@itemize @bullet 743@itemize @bullet
744@item 744@item
745Symbol forms comprised entirely of symbol and punctuation characters 745Symbol forms comprised entirely of characters in the Emacs Lisp symbol
746(@pxref{Syntax Class Table}) are not transformed. For example, 746constituent class (@pxref{Syntax Class Table}) are not transformed.
747it's possible to use @code{-} or @code{/=} as shorthand prefixes, but 747For example, it's possible to use @code{-} or @code{/=} as shorthand
748that won't shadow the arithmetic @emph{functions} of those names. 748prefixes, but that won't shadow the arithmetic @emph{functions} of
749those names.
749 750
750@item 751@item
751Symbol forms whose names start with @samp{#} or @samp{_} are not 752Symbol forms whose names start with @samp{#_} are not transformed.
752transformed.
753@end itemize 753@end itemize