mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(Argument Evaluation): Fix 1st `for' expansion example.
This commit is contained in:
parent
ce8dd7cab6
commit
65efff839c
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ For example, (for i from 1 to 10 do (print i))."
|
|||
(let ((i 1))
|
||||
(while (<= i 3)
|
||||
(setq square (* i i))
|
||||
(princ (format "%d %d" i square))
|
||||
(princ (format "\n%d %d" i square))
|
||||
(inc i)))
|
||||
@end group
|
||||
@group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue