Update commentary
This commit is contained in:
parent
7255a8f0d2
commit
f991101b58
@ -1,13 +1,13 @@
|
||||
;;; format-region.el --- Transform region in different formats: camelCase, kebab-case or lisp-case, PascalCase or snake_case. -*- lexical-binding: t;
|
||||
;;; format-region.el --- Transform region in different formats: camelCase, kebab-case or lisp-case, PascalCase and snake_case. -*- lexical-binding: t;
|
||||
;;
|
||||
;; Copyright © 2023 Andros Fenollosa
|
||||
;; Authors: Andros Fenollosa <andros@fenollosa.email>
|
||||
;; URL: https://github.com/tanrax/transform-texts-to-formats.el
|
||||
;; URL: https://github.com/tanrax/format-region.el
|
||||
;; Version: 1.0.0
|
||||
;; SPDX-License-Identifier: GNU General Public License v3.0 or later
|
||||
|
||||
;;; Commentary:
|
||||
;; Transform region in different formats: camelCase, kebab-case or lisp-case, PascalCase or snake_case.
|
||||
;; Transform region in different formats: camelCase, kebab-case or lisp-case, PascalCase and snake_case.
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user