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
db7a4b66
Commit
db7a4b66
authored
Sep 30, 2008
by
Magnus Henoch
Browse files
cl.texi (Porting Common Lisp): Fix parenthesis order in example.
parent
a03c5807
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/cl.texi
doc/misc/cl.texi
+1
-1
No files found.
doc/misc/ChangeLog
View file @
db7a4b66
2008-09-30 Magnus Henoch <mange@freemail.hu>
* cl.texi (Porting Common Lisp): Fix parenthesis order in example.
2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
* calc.texi (User Defined Units): Mention how to enter optional display
...
...
doc/misc/cl.texi
View file @
db7a4b66
...
...
@@ -5153,7 +5153,7 @@ Emacs Lisp:
collect (if flag x (funcall func x))))
(defun add-odd-elements (list x)
(map-odd-elements (lambda (a) (+ a x))
)
list)
(map-odd-elements (lambda (a) (+ a x)) list)
)
@end example
@noindent
...
...
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