diff options
Diffstat (limited to 'doc/lispref/objects.texi')
| -rw-r--r-- | doc/lispref/objects.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 9b443865699..99949815edd 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -148,9 +148,6 @@ starting list count: | |||
| 148 | object, so when reading back the object, they will be the same object | 148 | object, so when reading back the object, they will be the same object |
| 149 | instead of copies (@pxref{Circular Objects}). | 149 | instead of copies (@pxref{Circular Objects}). |
| 150 | 150 | ||
| 151 | @item #@@N | ||
| 152 | Skip the next @samp{N} characters (@pxref{Comments}). | ||
| 153 | |||
| 154 | @item #xN | 151 | @item #xN |
| 155 | @samp{N} represented as a hexadecimal number (@samp{#x2a}). | 152 | @samp{N} represented as a hexadecimal number (@samp{#x2a}). |
| 156 | 153 | ||