From 090be3b65e179dfe25b9ab9b13c9d1141fec64ec Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 9 Sep 2005 01:37:33 +0000 Subject: [PATCH] (Programming Tips): Correct the "default" prompt spec. --- lispref/tips.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/tips.texi b/lispref/tips.texi index fbf18047bde..4813ac41542 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -386,7 +386,7 @@ put it and the word @samp{default} inside parentheses. It should look like this: @example -Enter the answer: (default 42) +Enter the answer (default 42): @end example @item -- 2.39.5