diff options
| -rw-r--r-- | doc/lispref/symbols.texi | 12 |
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 |
| 745 | Symbol forms comprised entirely of symbol and punctuation characters | 745 | Symbol forms comprised entirely of characters in the Emacs Lisp symbol |
| 746 | (@pxref{Syntax Class Table}) are not transformed. For example, | 746 | constituent class (@pxref{Syntax Class Table}) are not transformed. |
| 747 | it's possible to use @code{-} or @code{/=} as shorthand prefixes, but | 747 | For example, it's possible to use @code{-} or @code{/=} as shorthand |
| 748 | that won't shadow the arithmetic @emph{functions} of those names. | 748 | prefixes, but that won't shadow the arithmetic @emph{functions} of |
| 749 | those names. | ||
| 749 | 750 | ||
| 750 | @item | 751 | @item |
| 751 | Symbol forms whose names start with @samp{#} or @samp{_} are not | 752 | Symbol forms whose names start with @samp{#_} are not transformed. |
| 752 | transformed. | ||
| 753 | @end itemize | 753 | @end itemize |