diff options
| author | Eli Zaretskii | 2019-10-12 22:23:56 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-10-12 22:23:56 +0300 |
| commit | cb24f4a145d52fcef858972be6a5c71b7f06eb11 (patch) | |
| tree | 11af847ca65ef1a96c3b890bb8e28903c6255dce | |
| parent | e0a2dae0dbb5dcf22ff8153344d141c7bc82d17a (diff) | |
| download | emacs-cb24f4a145d52fcef858972be6a5c71b7f06eb11.tar.gz emacs-cb24f4a145d52fcef858972be6a5c71b7f06eb11.zip | |
; Remove unneeded @samp from a @table
* doc/lispref/objects.texi (Special Read Syntax): Remove @samp
from @item's.
| -rw-r--r-- | doc/lispref/objects.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index e06cddc9def..e07dc2ed069 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi | |||
| @@ -168,12 +168,12 @@ A hash table (@pxref{Hash Table Type}). | |||
| 168 | @item ?C | 168 | @item ?C |
| 169 | A character (@pxref{Basic Char Syntax}). | 169 | A character (@pxref{Basic Char Syntax}). |
| 170 | 170 | ||
| 171 | @item @samp{#$} | 171 | @item #$ |
| 172 | The current file name in byte-compiled files (@pxref{Docs and | 172 | The current file name in byte-compiled files (@pxref{Docs and |
| 173 | Compilation}). This is not meant to be used in Emacs Lisp source | 173 | Compilation}). This is not meant to be used in Emacs Lisp source |
| 174 | files. | 174 | files. |
| 175 | 175 | ||
| 176 | @item @samp{#@@N} | 176 | @item #@@N |
| 177 | Skip the next @samp{N} characters (@pxref{Comments}). This is used in | 177 | Skip the next @samp{N} characters (@pxref{Comments}). This is used in |
| 178 | byte-compiled files, and is not meant to be used in Emacs Lisp source | 178 | byte-compiled files, and is not meant to be used in Emacs Lisp source |
| 179 | files. | 179 | files. |