diff lispref/customize.texi @ 24952:a6db4671c7a0

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Sat, 17 Jul 1999 02:23:12 +0000
parents 7451b1458af1
children 467b88fab665
line wrap: on
line diff
--- a/lispref/customize.texi	Sat Jul 17 02:15:13 1999 +0000
+++ b/lispref/customize.texi	Sat Jul 17 02:23:12 1999 +0000
@@ -385,9 +385,9 @@
 the hook; see @ref{Variable Definitions}.
 
 @item alist
-The value must be a list of cons-cells, the car of each cell
-representing a key, and the cdr of the same cell representing and
-associated value.  The use can add and a delete key/value pairs, and
+The value must be a list of cons-cells, the @sc{car} of each cell
+representing a key, and the @sc{cdr} of the same cell representing an
+associated value.  The user can add and delete key/value pairs, and
 edit both the key and the value of each pair.
 
 You can specify the key and value types like this:
@@ -444,7 +444,7 @@
 :options '("foo" ((function-item some-function) integer) "baz")
 @end example
 
-Many alist uses lists with two elements, instead of cons cells.  For
+Many alists use lists with two elements, instead of cons cells.  For
 example,
 
 @example