]> git.eshelyaron.com Git - emacs.git/commitdiff
touch up index entries
authorKarl Berry <karl@gnu.org>
Sun, 8 Apr 2007 16:50:52 +0000 (16:50 +0000)
committerKarl Berry <karl@gnu.org>
Sun, 8 Apr 2007 16:50:52 +0000 (16:50 +0000)
lispref/ChangeLog
lispref/macros.texi
lispref/symbols.texi

index 2c474e9809f0de6da8e0806850cb4b2aa3f0291a..d6dfcb87b492c1794a59aa7663472bd02eb8f538 100644 (file)
@@ -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,
index e22604374b97bb5c76866297d8fe05ea6d89f650..6dea53ac98355240687d152d8937e902294da17f 100644 (file)
@@ -286,7 +286,7 @@ two forms yield identical results:
 @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 @@ structure also.  For example:
 @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
index 2333417eee94b2c923df5e94b022c742e46d7d35..7234a75bd59bd269e1b22c2edf3233ffa663dbcf 100644 (file)
@@ -436,8 +436,8 @@ names, and the other two elements are the corresponding values.
 
 @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