diff --git a/include/QF/qfplist.h b/include/QF/qfplist.h index 70d2fa4eb..b891df574 100644 --- a/include/QF/qfplist.h +++ b/include/QF/qfplist.h @@ -62,9 +62,11 @@ inrange((ch), '0', '9') ? ((ch) - 0x30) \ underscore character, '_'. Quoted strings may contain whitespace, C escape sequences, and so on. The quote character is '"'. + QFBinary data (though not loaded currently) is hex-encoded and contained - within angle brackets, < >. The length of the encoded data must be an even - number, so while is valid, isn't. + within angle brackets, \< \>. The length of the encoded data must be an even + number, so while \ is valid, \ isn't. Property lists may contain C-style or BCPL-style comments. */