From d80d4814f6847bde1c1cf226f985947d947daac2 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 20 Oct 2025 06:54:06 -0500 Subject: doc: Improved Commentary --- modules/custom-line-paragraph.el | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'modules/custom-line-paragraph.el') diff --git a/modules/custom-line-paragraph.el b/modules/custom-line-paragraph.el index 7547d8ac..4f8315e7 100644 --- a/modules/custom-line-paragraph.el +++ b/modules/custom-line-paragraph.el @@ -2,7 +2,19 @@ ;;; Commentary: ;; - +;; This module provides line and paragraph manipulation utilities. +;; These utilities enhance text editing and formatting capabilities. +;; +;; 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) +;; - removing duplicate lines +;; - removing lines containing specific text +;; - underlining text with a custom character +;; +;; Bound to keymap prefix ~C-; l +;; ;;; Code: (use-package expand-region -- cgit v1.2.3