* src/doprnt.c: Fix comment.
This commit is contained in:
parent
a576cc76c8
commit
ea6e730c56
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
could include embedded null characters.
|
||||
|
||||
. It signals an error if the length of the formatted string is about to
|
||||
overflow MOST_POSITIVE_FIXNUM, to avoid producing strings longer than what
|
||||
overflow ptrdiff_t or size_t, to avoid producing strings longer than what
|
||||
Emacs can handle.
|
||||
|
||||
OTOH, this function supports only a small subset of the standard C formatted
|
||||
|
|
Loading…
Add table
Reference in a new issue