]> code.delx.au - gnu-emacs/commit
Fix minor glitches from ‘format’ reversion
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Aug 2015 20:50:59 +0000 (13:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Aug 2015 20:51:52 +0000 (13:51 -0700)
commit41cb0162c5bcf440dca36afcd493db585e8c4901
treec0a1da9d91716582c9a81cc7cd428170e717d8a4
parent3caef97113438d69b6106ffacf5dac72d6a5f19e
Fix minor glitches from ‘format’ reversion

* doc/lispref/strings.texi (Formatting Strings):
After reversion, ‘text-quoting-style’ is documented in ‘Keys in
Documentation’, not below.
* src/syntax.c (Finternal_describe_syntax_value):
Prefer AUTO_STRING to build_string where either will do, as
AUTO_STRING is a bit faster.
doc/lispref/strings.texi
src/syntax.c