*** empty log message ***

This commit is contained in:
Karl Heuer 1998-11-17 06:30:52 +00:00
parent b0a377e6bd
commit 433d0b26e0

View file

@ -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