summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>2007-04-08 16:50:52 +0000
committerKarl Berry <karl@gnu.org>2007-04-08 16:50:52 +0000
commitc2125d3f2296f27aa535958b08e95054d7774da7 (patch)
tree9cca136bbdc081cd74771b1ee597d142c904b155
parenta71f4eeb3a682345abaa910b893a7d88416443f9 (diff)
touch up index entries
-rw-r--r--lispref/ChangeLog6
-rw-r--r--lispref/macros.texi4
-rw-r--r--lispref/symbols.texi4
3 files changed, 10 insertions, 4 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 2c474e9809..d6dfcb87b4 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -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,
diff --git a/lispref/macros.texi b/lispref/macros.texi
index e22604374b..6dea53ac98 100644
--- a/lispref/macros.texi
+++ b/lispref/macros.texi
@@ -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
diff --git a/lispref/symbols.texi b/lispref/symbols.texi
index 2333417eee..7234a75bd5 100644
--- a/lispref/symbols.texi
+++ b/lispref/symbols.texi
@@ -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