aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-16 01:04:41 +0000
committerRichard M. Stallman1995-10-16 01:04:41 +0000
commit9feb90da262d7663e0ec8465c545018304b258ba (patch)
tree5ba201c7e8aa08fbea439ade2eb2406173933c1b
parent64d16748b3fde50cac1f7ec42b7b948d5f15ae55 (diff)
downloademacs-9feb90da262d7663e0ec8465c545018304b258ba.tar.gz
emacs-9feb90da262d7663e0ec8465c545018304b258ba.zip
Fix format example.
-rw-r--r--lispref/strings.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/strings.texi b/lispref/strings.texi
index f53c1c305eb..d5b9b4c7193 100644
--- a/lispref/strings.texi
+++ b/lispref/strings.texi
@@ -574,7 +574,7 @@ operation} error.
574 @result{} "The name of this buffer is strings.texi." 574 @result{} "The name of this buffer is strings.texi."
575 575
576(format "The buffer object prints as %s." (current-buffer)) 576(format "The buffer object prints as %s." (current-buffer))
577 @result{} "The buffer object prints as #<buffer strings.texi>." 577 @result{} "The buffer object prints as strings.texi."
578 578
579(format "The octal value of %d is %o, 579(format "The octal value of %d is %o,
580 and the hex value is %x." 18 18 18) 580 and the hex value is %x." 18 18 18)