Fix format example.
This commit is contained in:
parent
64d16748b3
commit
9feb90da26
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue