summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-16 01:04:41 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-16 01:04:41 +0000
commit3b010280a2bac6fa90db185f0ee4572a4203a544 (patch)
tree271d0337c39eb28c4ee495db602bc87669246900
parent79efa23416cf0321322ba4dac23bc44368cf5678 (diff)
downloademacs-3b010280a2bac6fa90db185f0ee4572a4203a544.tar.gz
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.
@result{} "The name of this buffer is strings.texi."
(format "The buffer object prints as %s." (current-buffer))
- @result{} "The buffer object prints as #<buffer strings.texi>."
+ @result{} "The buffer object prints as strings.texi."
(format "The octal value of %d is %o,
and the hex value is %x." 18 18 18)