From: Richard M. Stallman Date: Fri, 9 Sep 2005 01:37:33 +0000 (+0000) Subject: (Programming Tips): Correct the "default" prompt spec. X-Git-Tag: emacs-pretest-22.0.90~7211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=090be3b65e179dfe25b9ab9b13c9d1141fec64ec;p=emacs.git (Programming Tips): Correct the "default" prompt spec. --- 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