mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
Modernize "Commentary" section of files.el
* lisp/files.el: Modernize "Commentary" section. (Bug#75398)
This commit is contained in:
parent
505c1123e1
commit
1c49edc408
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
;; Copyright (C) 1985-1987, 1992-2025 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; Defines most of Emacs's file- and directory-handling functions,
|
;; Defines Emacs's basic file- and directory-handling functions,
|
||||||
;; including basic file visiting, backup generation, link handling,
|
;; including basic file visiting, backup file generation and versioning,
|
||||||
;; ITS-id version control, load- and write-hook handling, and the like.
|
;; link handling, load- and write-hook handling, and the like.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue