diff options
| author | Karoly Lorentey | 2005-02-18 23:21:20 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-02-18 23:21:20 +0000 |
| commit | 42073ee0ab23831daed0332d97560a6903646b87 (patch) | |
| tree | 24f697961d5140fc8de185cbc023c0da2fc31880 /lispref/objects.texi | |
| parent | e72cf5ee9da4ae138feeb2512b58c5393c5c9251 (diff) | |
| parent | e31d908ff2e4d60fe28c3f000cb00e90b525ea48 (diff) | |
| download | emacs-42073ee0ab23831daed0332d97560a6903646b87.tar.gz emacs-42073ee0ab23831daed0332d97560a6903646b87.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 91-94)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-92
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-93
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-293
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 e945f075e65..43ecb02f09e 100644 --- a/lispref/objects.texi +++ b/lispref/objects.texi | |||
| @@ -517,7 +517,7 @@ Lisp, upper case and lower case letters are distinct. | |||
| 517 | 517 | ||
| 518 | Here are several examples of symbol names. Note that the @samp{+} in | 518 | Here are several examples of symbol names. Note that the @samp{+} in |
| 519 | the fifth example is escaped to prevent it from being read as a number. | 519 | the fifth example is escaped to prevent it from being read as a number. |
| 520 | This is not necessary in the seventh example because the rest of the name | 520 | This is not necessary in the fourth example because the rest of the name |
| 521 | makes it invalid as a number. | 521 | makes it invalid as a number. |
| 522 | 522 | ||
| 523 | @example | 523 | @example |