aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/strings.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index febe3212ba9..5fee37361fd 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -1052,8 +1052,9 @@ precision specifies how many decimal places to show; if zero, the
1052decimal-point itself is also omitted. For @samp{%s} and @samp{%S}, 1052decimal-point itself is also omitted. For @samp{%s} and @samp{%S},
1053the precision truncates the string to the given width, so @samp{%.3s} 1053the precision truncates the string to the given width, so @samp{%.3s}
1054shows only the first three characters of the representation for 1054shows only the first three characters of the representation for
1055@var{object}. Precision has no effect for other specification 1055@var{object}. For other specification characters, the effect of
1056characters. 1056precision is what the local library functions of the @code{printf}
1057family produce.
1057 1058
1058@node Case Conversion 1059@node Case Conversion
1059@section Case Conversion in Lisp 1060@section Case Conversion in Lisp