changeset 65386:95aa6fb80959

(Programming Tips): Correct the "default" prompt spec.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Sep 2005 01:37:33 +0000
parents 4157ef312647
children b08e4ec02015
files lispref/tips.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/tips.texi	Fri Sep 09 01:36:01 2005 +0000
+++ b/lispref/tips.texi	Fri Sep 09 01:37:33 2005 +0000
@@ -386,7 +386,7 @@
 It should look like this:
 
 @example
-Enter the answer: (default 42)
+Enter the answer (default 42):
 @end example
 
 @item