]> git.eshelyaron.com Git - emacs.git/commit
Doc fix for Finteractive (only %s is allowed)
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Jul 2019 15:18:11 +0000 (17:18 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 13 Jul 2019 15:18:11 +0000 (17:18 +0200)
commit8620e07a3550824dcef8d889c0c42dceec692b78
tree8747837b594e090cdab0a04db38d25a2c1279f57
parente6b40fe511f86524c0e1aa84abc9aef1cab5d706
Doc fix for Finteractive (only %s is allowed)

* src/callint.c (Finteractive): Any other format spec than %s will
bug out with "Format specifier doesn’t match argument type", so
say explicitly that only %s is supported (bug#31314).
src/callint.c