@anchor{Glossary---Balanced Expression}
@item Balanced Expressions
A balanced expression is a syntactically recognizable expression, such
-as a symbol, number, string constant, block, or parenthesized expression
-in C@. @xref{Expressions,Balanced Expressions}.
+as a symbol (q.v.@:), number, string constant, block, or parenthesized
+expression in C@. @xref{Expressions,Balanced Expressions}.
@item Balloon Help
@xref{Glossary---Tooltips}.
@anchor{Glossary---Command Name}
@item Command Name
-A command name is the name of a Lisp symbol that is a command
+A command name is the name of a Lisp symbol (q.v.@:) that is a command
(@pxref{Commands}). You can invoke any command by its name using
@kbd{M-x} (@pxref{M-x,M-x,Running Commands by Name}).
@xref{Glossary---Global Substitution}.
@item Symbol
-A symbol in Emacs Lisp is an object with a name. The
-symbol name serves as the printed representation of the symbol.
+A symbol in Emacs Lisp is an object with a name. The object can be a
+variable (q.v.@:), a function or command (q.v.@:), or a face (q.v.@:).
+The symbol's name serves as the printed representation of the symbol.
@xref{Symbol Type,, Symbol Type, elisp, The Emacs Lisp Reference
Manual}.