(Using Edebug): Fix example.

This commit is contained in:
Richard M. Stallman 2004-02-16 22:16:53 +00:00
parent 812a234187
commit b180eac232

View file

@ -124,7 +124,7 @@ Here we use periods to show the stop points in the function
@example
(defun fac (n)
.(if .(< 0 n.).
.(* n. .(fac (1- n.).).).
.(* n. .(fac .(1- n.).).).
1).)
@end example