aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1998-11-17 06:30:52 +0000
committerKarl Heuer <[email protected]>1998-11-17 06:30:52 +0000
commit433d0b26e0b2f3480a4ddc13272c88a2df491113 (patch)
tree24cc8439b865ced8197bc51a40f3913c0de28bf3 /lispref
parentb0a377e6bd1e94d528c796d6502fe55bec7cf901 (diff)
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/symbols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/symbols.texi b/lispref/symbols.texi
index 7e9c6a4a9a..c9a2d34d5e 100644
--- a/lispref/symbols.texi
+++ b/lispref/symbols.texi
@@ -288,7 +288,7 @@ creates a new one, adds it to the obarray, and returns it. If
(setq sym1 (intern "foo" other-obarray))
@result{} foo
-(eq sym 'foo)
+(eq sym1 'foo)
@result{} nil
@end example
@end defun