aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-10-26 20:32:05 -0500
committerCraig Jennings <c@cjennings.net>2025-10-26 20:32:05 -0500
commitf69ad9c836318bf2ac8a2f4cd8b41b4294a6246c (patch)
tree80c3546f1b6b2f81e0509486adf4c4203d47d718 /modules
parentd0bdadff4dcb3a69d2fb65613e5727e163ef3983 (diff)
downloaddotemacs-f69ad9c836318bf2ac8a2f4cd8b41b4294a6246c.tar.gz
dotemacs-f69ad9c836318bf2ac8a2f4cd8b41b4294a6246c.zip
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/custom-line-paragraph.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/modules/custom-line-paragraph.el b/modules/custom-line-paragraph.el
index 17b6cdf48..7f0baef94 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 <c@cjennings.net>
+;;
;;; 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