]> git.eshelyaron.com Git - emacs.git/commit
(format "%#x" 0) yields "0", not "0x0"
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Jul 2018 17:23:35 +0000 (10:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 Jul 2018 17:24:24 +0000 (10:24 -0700)
commit90256285e107641b064d6ec51a9c5bb03c3eee6a
tree48205b8d61a4ac46a26ee57d5b13973609b10d0c
parent57c4bc146b7e17b6f662604047cb5d10982f962c
(format "%#x" 0) yields "0", not "0x0"

* doc/lispref/strings.texi (Formatting Strings):
* src/editfns.c (Fformat): Document this.
doc/lispref/strings.texi
src/editfns.c