]> git.eshelyaron.com Git - emacs.git/commitdiff
scope.el: Improve commentary.
authorEshel Yaron <me@eshelyaron.com>
Fri, 16 Aug 2024 17:18:53 +0000 (19:18 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 16 Aug 2024 17:18:53 +0000 (19:18 +0200)
lisp/emacs-lisp/scope.el

index 8b1aefe80b57c634486abae58a08b05d245233db..59b4a97e2e48ff964d36ba254c73a38816e81fed 100644 (file)
@@ -1,4 +1,4 @@
-;;; 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
 
@@ -20,7 +20,9 @@
 
 ;;; 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: