diff options
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/files.el b/lisp/files.el index b0f6440fdce..e9f69fcd33c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1,4 +1,4 @@ -;;; files.el --- file input and output commands for Emacs -*- lexical-binding:t -*- +;;; files.el --- file input and output commands -*- lexical-binding:t -*- ;; Copyright (C) 1985-1987, 1992-2025 Free Software Foundation, Inc. @@ -22,9 +22,9 @@ ;;; Commentary: -;; Defines most of Emacs's file- and directory-handling functions, -;; including basic file visiting, backup generation, link handling, -;; ITS-id version control, load- and write-hook handling, and the like. +;; Defines Emacs's basic file- and directory-handling functions, +;; including file visiting, backup file generation and versioning, +;; link handling, load- and write-hook handling, and the like. ;;; Code: |