aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2006-09-16 09:23:01 +0000
committerEli Zaretskii <[email protected]>2006-09-16 09:23:01 +0000
commit1e9265ddc4931d0895dab30d8956dea38a442e2b (patch)
tree0eeca48c2dec21734a6b7bfef5e0124b1fb8086b /lispref
parent753a7f090b827759fce3335ab1d43ff524469e16 (diff)
(Tips for Defining): Fix a typo.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/variables.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9251e10c8d..f517868bc8 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-16 Eli Zaretskii <[email protected]>
+
+ * variables.texi (Tips for Defining): Fix a typo.
+
2006-09-15 Richard Stallman <[email protected]>
* keymaps.texi (Remapping Commands, Searching Keymaps)
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 5c54701cdd..a2fe4df4da 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -626,7 +626,7 @@ The value is a program name.
@item @dots{}-command
The value is a whole shell command.
-@item @samp{}-switches
+@item @dots{}-switches
The value specifies options for a command.
@end table