-;;; scope.el --- Analyze scope of Lisp symbols -*- lexical-binding: t; -*-
+;;; scope.el --- Semantic analysis for ELisp symbols -*- lexical-binding: t; -*-
;; Copyright (C) 2024 Eshel Yaron
;;; Commentary:
-;; Symbol-scope analysis for Emacs Lisp.
+;; This library implements an analysis that determines the role of each
+;; symbol in ELisp code. The entry point for the analysis is the
+;; function `scope', see its docstring for usage information.
;;; Code: