diff options
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | README.org | 8 | ||||
| -rw-r--r-- | substitute.el | 4 |
3 files changed, 7 insertions, 7 deletions
@@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> - Copyright (C) 2023 Protesilaos Stavrou + Copyright (C) 2023 Protesilaos This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1,5 +1,5 @@ #+title: substitute: Efficiently replace targets in the buffer or context -#+author: Protesilaos Stavrou +#+author: Protesilaos #+email: info@protesilaos.com #+language: en #+options: ':t toc:nil author:t email:t num:t @@ -13,13 +13,13 @@ #+texinfo_dir_title: Substitute: (substitute) #+texinfo_dir_desc: Efficiently replace targets in the buffer or context #+texinfo_header: @set MAINTAINERSITE @uref{https://protesilaos.com,maintainer webpage} -#+texinfo_header: @set MAINTAINER Protesilaos Stavrou +#+texinfo_header: @set MAINTAINER Protesilaos #+texinfo_header: @set MAINTAINEREMAIL @email{info@protesilaos.com} #+texinfo_header: @set MAINTAINERCONTACT @uref{mailto:info@protesilaos.com,contact the maintainer} #+texinfo: @insertcopying -This manual, written by Protesilaos Stavrou, describes the +This manual, written by Protesilaos, describes the customization options for the Emacs package called ~substitute~ (or ~substitute.el~), and provides every other piece of information pertinent to it. @@ -276,7 +276,7 @@ bindings. To change those, use something like this: ~substitute~ is meant to be a collective effort. Every bit of help matters. -+ Author/maintainer :: Protesilaos Stavrou. ++ Author/maintainer :: Protesilaos. + Contributions to code or the manual :: Ed Tavinor, Kostas Andreadis, Morgan Willcock, Wang Chunye. diff --git a/substitute.el b/substitute.el index c50a607..e6ae26c 100644 --- a/substitute.el +++ b/substitute.el @@ -2,8 +2,8 @@ ;; Copyright (C) 2023-2026 Free Software Foundation, Inc. -;; Author: Protesilaos Stavrou <info@protesilaos.com> -;; Maintainer: Protesilaos Stavrou <info@protesilaos.com> +;; Author: Protesilaos <info@protesilaos.com> +;; Maintainer: Protesilaos <info@protesilaos.com> ;; URL: https://github.com/protesilaos/substitute ;; Version: 0.5.0 ;; Package-Requires: ((emacs "27.1")) |
