diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2002-03-22 13:41:46 +0000 | 
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2002-03-22 13:41:46 +0000 | 
| commit | adcac9f50ffd9b18da16da9edb70175f90b51885 (patch) | |
| tree | cbad0f33603434052988dae65a72823d18828d7e /lispref | |
| parent | da8acb6b4a0a01c06ac8270198d11f04d09e643c (diff) | |
| download | emacs-adcac9f50ffd9b18da16da9edb70175f90b51885.tar.gz | |
(Symbol Type): Use `colon' in index entries instead of `:' only in Info.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/objects.texi | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi index f89c6ac12a6..02c11e7b990 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi @@ -530,9 +530,14 @@ char-to-string      ; @r{A symbol named @samp{char-to-string}.}  @end group  @end example +@ifinfo  @c This uses ``colon'' instead of a literal `:' because Info cannot  @c cope with a `:' in a menu  @cindex @samp{#@var{colon}} read syntax +@end ifinfo +@ifnotinfo +@cindex @samp{#:} read syntax +@end ifnotinfo    Normally the Lisp reader interns all symbols (@pxref{Creating  Symbols}).  To prevent interning, you can write @samp{#:} before the  name of the symbol.  | 
