summaryrefslogtreecommitdiff
path: root/lispref/customize.texi
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-07-17 02:23:12 +0000
committerKarl Heuer <kwzh@gnu.org>1999-07-17 02:23:12 +0000
commit08f0f5e9cd19326fb6951448e5ddda4d86b15145 (patch)
tree509de09a0659d357d411ee8930af1f68b0efee13 /lispref/customize.texi
parentb6954afd99c5dedeb4d473c885b78e5453ab5e8c (diff)
downloademacs-08f0f5e9cd19326fb6951448e5ddda4d86b15145.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r--lispref/customize.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index b4361076418..51ed4e0d526 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -385,9 +385,9 @@ You can use the @code{:options} keyword in a hook variable's
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 @@ symbol for the key.
: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