From c6ed3592de488a9d347ebf6924c1dab8e3a49560 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 26 Oct 2025 20:32:05 -0500 Subject: docs:custom-line-paragraph: Update author info, enhance commentary Add author information and improve commentary to detail line and paragraph manipulation utilities more clearly, enhancing the module's documentation. --- modules/custom-line-paragraph.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'modules/custom-line-paragraph.el') diff --git a/modules/custom-line-paragraph.el b/modules/custom-line-paragraph.el index 17b6cdf4..7f0baef9 100644 --- a/modules/custom-line-paragraph.el +++ b/modules/custom-line-paragraph.el @@ -1,14 +1,13 @@ ;;; custom-line-paragraph.el --- -*- coding: utf-8; lexical-binding: t; -*- - +;; Author: Craig Jennings +;; ;;; Commentary: ;; -;; This module provides line and paragraph manipulation utilities. -;; These utilities enhance text editing and formatting capabilities. +;; This module provides the following line and paragraph manipulation utilities: ;; -;; Functions include: ;; - joining lines in a region or the current line with the previous one -;; - joining entire paragraphs into single lines -;; - duplicating lines or regions (with optional commenting) +;; - joining separate lines into a single paragraph +;; - duplicating lines or regions (optional commenting) ;; - removing duplicate lines ;; - removing lines containing specific text ;; - underlining text with a custom character -- cgit v1.2.3