/* Skip (and optionally remember) a lazily-loaded string
preceded by "#@". Return true if this was a normal skip,
- false if we read #@00 (which skips to EOF). */
+ false if we read #@00 (which skips to EOB). */
static bool
skip_lazy_string (Lisp_Object readcharfun)
{
and function definitions that can be loaded lazily. */
if (skip_lazy_string (readcharfun))
goto read_obj;
- obj = Qnil; /* #@00 skips to EOF and yields nil. */
+ obj = Qnil; /* #@00 skips to EOB and yields nil. */
break;
case '$':