What is considered NOT first-class member?

i’m reading this

And there stands
The lexical scope look-up process only applies to first-class identifiers, such as the a, b, and c.

I found googling, that first-class means function literal, and ways to use them like arguments to the function or by returning function as return value…

Question === q title

Why that word need to be introduced?