diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 14:48:38 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-21 14:48:38 +0100 |
| commit | f040277c38adec0b7c0c712c53e427d64b2a1537 (patch) | |
| tree | 6968ef3a6cccbaa06cb7de9612b7ea6a5c0b3033 /compat-25.el | |
| parent | 2332c30c3d4f3f37ecf8aba4f5446cb8dd7d4dae (diff) | |
Improve commentary
Diffstat (limited to 'compat-25.el')
| -rw-r--r-- | compat-25.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/compat-25.el b/compat-25.el index 6186ace..8414ada 100644 --- a/compat-25.el +++ b/compat-25.el @@ -1,4 +1,4 @@ -;;; compat-25.el --- Compatibility Layer for Emacs 25.1 -*- lexical-binding: t; -*- +;;; compat-25.el --- Functionality added in Emacs 25.1 -*- lexical-binding: t; -*- ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. @@ -17,8 +17,7 @@ ;;; Commentary: -;; Find here the functionality added in Emacs 25.1, needed by older -;; versions. +;; Functionality added in Emacs 25.1, needed by older Emacs versions. ;;; Code: |
