# HG changeset patch # User Karl Berry # Date 1176051052 0 # Node ID 5f1faa6dd963694e305a53f70cd16451c1b01712 # Parent 5e0d61b2e907f150f5df59c9ceecd95a05067a86 touch up index entries diff -r 5e0d61b2e907 -r 5f1faa6dd963 lispref/ChangeLog --- 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 + + * 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 * text.texi (Adaptive Fill): Just describe default, diff -r 5e0d61b2e907 -r 5f1faa6dd963 lispref/macros.texi --- 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 diff -r 5e0d61b2e907 -r 5f1faa6dd963 lispref/symbols.texi --- 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