Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1f403cb9
Commit
1f403cb9
authored
Aug 28, 2011
by
Dani Moncayo
Committed by
Chong Yidong
Aug 28, 2011
Browse files
* dic/lispref/lists.texi (Building Lists): Fix typo.
parent
9234aedc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/lists.texi
doc/lispref/lists.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
1f403cb9
2011-08-28 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
* lists.texi (Building Lists): Fix typo.
2011-07-03 Chong Yidong <cyd@stupidchicken.com>
* customize.texi (Composite Types): Move alist and plist to here
...
...
doc/lispref/lists.texi
View file @
1f403cb9
...
...
@@ -463,7 +463,7 @@ element is @var{object}. Compare @code{make-list} with
@result{} nil
@end group
@group
(setq l (make-list 3 '(a b))
(setq l (make-list 3 '(a b))
)
@result{} ((a b) (a b) (a b))
(eq (car l) (cadr l))
@result{} t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment