changeset 13228:a4a1d7df2e7f

Fix format example.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Oct 1995 01:04:41 +0000
parents d8af44485b3c
children 909eb45b146d
files lispref/strings.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/strings.texi	Sun Oct 15 15:17:33 1995 +0000
+++ b/lispref/strings.texi	Mon Oct 16 01:04:41 1995 +0000
@@ -574,7 +574,7 @@
      @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)