From: Stefan Kangas Date: Tue, 7 Jan 2025 05:12:21 +0000 (+0100) Subject: Modernize "Commentary" section of files.el X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~133 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c49edc40802ed4bb5f36c44b00e954efbddd42a;p=emacs.git Modernize "Commentary" section of files.el * lisp/files.el: Modernize "Commentary" section. (Bug#75398) --- diff --git a/lisp/files.el b/lisp/files.el index 05fa09a9f4e..bad24c31d1c 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 basic file visiting, backup file generation and versioning, +;; link handling, load- and write-hook handling, and the like. ;;; Code: