Modernize "Commentary" section of files.el
authorStefan Kangas <stefankangas@gmail.com>
Tue, 7 Jan 2025 05:12:21 +0000 (06:12 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 7 Jan 2025 05:23:24 +0000 (06:23 +0100)
* lisp/files.el: Modernize "Commentary" section.  (Bug#75398)

lisp/files.el

index 05fa09a9f4eaadd3d6b2e6389f9b5fd430f306a7..bad24c31d1c6b2539d4ed2a293026410aa934055 100644 (file)
@@ -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 basic file visiting, backup file generation and versioning,
+;; link handling, load- and write-hook handling, and the like.
 
 ;;; Code: