diff options
| author | Richard M. Stallman | 2004-02-17 01:06:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-02-17 01:06:10 +0000 |
| commit | c2d8228a0abb0dcf33a838de158f6b26ca795320 (patch) | |
| tree | dd817a5d9d4647c7a6798ac15ef572e9b7d15007 /lispref/objects.texi | |
| parent | a3d3f60db6255aecb481b0b9b2ab1da8f53eb6c1 (diff) | |
| download | emacs-c2d8228a0abb0dcf33a838de158f6b26ca795320.tar.gz emacs-c2d8228a0abb0dcf33a838de158f6b26ca795320.zip | |
Minor fix.
Diffstat (limited to 'lispref/objects.texi')
| -rw-r--r-- | lispref/objects.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/objects.texi b/lispref/objects.texi index 6cb5adb72b8..7c8eff06295 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi | |||
| @@ -1499,7 +1499,7 @@ positions. | |||
| 1499 | @cindex @samp{#@var{n}=} read syntax | 1499 | @cindex @samp{#@var{n}=} read syntax |
| 1500 | @cindex @samp{#@var{n}#} read syntax | 1500 | @cindex @samp{#@var{n}#} read syntax |
| 1501 | 1501 | ||
| 1502 | In Emacs 21, to represent shared or circular structure within a | 1502 | In Emacs 21, to represent shared or circular structures within a |
| 1503 | complex of Lisp objects, you can use the reader constructs | 1503 | complex of Lisp objects, you can use the reader constructs |
| 1504 | @samp{#@var{n}=} and @samp{#@var{n}#}. | 1504 | @samp{#@var{n}=} and @samp{#@var{n}#}. |
| 1505 | 1505 | ||