What does ^L in (Emacs Lisp) source code mean?

Viewed 4864

Several times I see ^L in (mostly Emacs Lisp) source codes that looks like are separators of larger logical groups. Is it their real purpose? And if so, how can I use them? Is there a built-in Emacs functionality that utilize it?

5 Answers
Related