diff options
| author | Eli Zaretskii | 2019-10-12 22:18:34 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-10-12 22:18:34 +0300 |
| commit | 2d3bb2250c91b0680903190ffeefaa2e45243406 (patch) | |
| tree | 8eb5cc513ed1c6eb7875a04c0704fc656ae0c9ac /doc/lispref/elisp.texi | |
| parent | 981f1358f0332db06cac325e640ce7570662a72b (diff) | |
| download | emacs-2d3bb2250c91b0680903190ffeefaa2e45243406.tar.gz emacs-2d3bb2250c91b0680903190ffeefaa2e45243406.zip | |
Fix recent changes in ELisp manual
* doc/lispref/objects.texi (Special Read Syntax): Use @samp in
@table.
* doc/lispref/elisp.texi (Top): Update the detailed menu due
to a recent addition.
Diffstat (limited to 'doc/lispref/elisp.texi')
| -rw-r--r-- | doc/lispref/elisp.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 1ff62118cdd..d667c51d788 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi | |||
| @@ -287,6 +287,7 @@ Format of Descriptions | |||
| 287 | Lisp Data Types | 287 | Lisp Data Types |
| 288 | 288 | ||
| 289 | * Printed Representation:: How Lisp objects are represented as text. | 289 | * Printed Representation:: How Lisp objects are represented as text. |
| 290 | * Special Read Syntax:: An overview of all the special sequences. | ||
| 290 | * Comments:: Comments and their formatting conventions. | 291 | * Comments:: Comments and their formatting conventions. |
| 291 | * Programming Types:: Types found in all Lisp systems. | 292 | * Programming Types:: Types found in all Lisp systems. |
| 292 | * Editing Types:: Types specific to Emacs. | 293 | * Editing Types:: Types specific to Emacs. |