mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
Fix format example.
This commit is contained in:
parent
64d16748b3
commit
9feb90da26
@ -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…
x
Reference in New Issue
Block a user