Mercurial > emacs
changeset 77066:5f1faa6dd963
touch up index entries
author | Karl Berry <karl@gnu.org> |
---|---|
date | Sun, 08 Apr 2007 16:50:52 +0000 |
parents | 5e0d61b2e907 |
children | b92d7de27719 |
files | lispref/ChangeLog lispref/macros.texi lispref/symbols.texi |
diffstat | 3 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/ChangeLog Sun Apr 08 14:33:32 2007 +0000 +++ b/lispref/ChangeLog Sun Apr 08 16:50:52 2007 +0000 @@ -1,3 +1,9 @@ +2007-04-08 Karl Berry <karl@gnu.org> + + * symbols.texi (Plists and Alists): Period after "vs" in index entries. + * macros.texi (Backquote): Downcase Backquote in index entries for + consistency. + 2007-04-08 Richard Stallman <rms@gnu.org> * text.texi (Adaptive Fill): Just describe default,
--- a/lispref/macros.texi Sun Apr 08 14:33:32 2007 +0000 +++ b/lispref/macros.texi Sun Apr 08 16:50:52 2007 +0000 @@ -286,7 +286,7 @@ @end group @end example -@findex , @r{(with Backquote)} +@findex , @r{(with backquote)} The special marker @samp{,} inside of the argument to backquote indicates a value that isn't constant. Backquote evaluates the argument of @samp{,} and puts the value in the list structure: @@ -318,7 +318,7 @@ @end group @end example -@findex ,@@ @r{(with Backquote)} +@findex ,@@ @r{(with backquote)} @cindex splicing (with backquote) You can also @dfn{splice} an evaluated value into the resulting list, using the special marker @samp{,@@}. The elements of the spliced list
--- a/lispref/symbols.texi Sun Apr 08 14:33:32 2007 +0000 +++ b/lispref/symbols.texi Sun Apr 08 16:50:52 2007 +0000 @@ -436,8 +436,8 @@ @node Plists and Alists @subsection Property Lists and Association Lists -@cindex plist vs alist -@cindex alist vs plist +@cindex plist vs. alist +@cindex alist vs. plist @cindex property lists vs association lists Association lists (@pxref{Association Lists}) are very similar to