From: Richard M. Stallman Date: Mon, 16 Oct 1995 01:04:41 +0000 (+0000) Subject: Fix format example. X-Git-Tag: emacs-19.34~2632 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9feb90da262d7663e0ec8465c545018304b258ba;p=emacs.git Fix format example. --- 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 #." + @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)