[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/substitute 45096c23d2 16/39: Update symbol of command f
From: |
ELPA Syncer |
Subject: |
[elpa] externals/substitute 45096c23d2 16/39: Update symbol of command for clarity |
Date: |
Mon, 16 Jan 2023 11:58:50 -0500 (EST) |
branch: externals/substitute
commit 45096c23d22958b86be8eb7f2af3609ac1dbc0f4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Update symbol of command for clarity
---
README.md | 2 +-
substitute.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f3e0b08c64..734835ac4a 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Sample configuration:
(let ((map global-map))
(define-key map (kbd "M-# s") #'substitute-target-below-point)
(define-key map (kbd "M-# r") #'substitute-target-above-point)
- (define-key map (kbd "M-# d") #'substitute-target-in-function)
+ (define-key map (kbd "M-# d") #'substitute-target-in-defun)
(define-key map (kbd "M-# b") #'substitute-target-in-buffer))
```
diff --git a/substitute.el b/substitute.el
index 4a854795c8..9e3e48e9f4 100644
--- a/substitute.el
+++ b/substitute.el
@@ -204,7 +204,7 @@ boundaries." doc)
;;;###autoload
(substitute-command
- substitute-target-in-function
+ substitute-target-in-defun
"in the defun (per `narrow-to-defun')"
'defun)
- [elpa] externals/substitute 0c3e1c79ca 26/39: Add indentation in one place, (continued)
- [elpa] externals/substitute 0c3e1c79ca 26/39: Add indentation in one place, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute b8cd86b7b8 28/39: Add FIXME, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute f5b7b373b1 30/39: Make link to blog easier to find, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 591d6df15b 38/39: Expand README; add video demo, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute af56e87099 31/39: Refine how description of scope is made, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 86423acf44 37/39: Use correct word in a couple of places, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 731cb688e2 39/39: Bump version to trigger GNU ELPA build, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 3f2e429e2d 32/39: Refine substitute-command macro, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute b665f84d4b 14/39: Reuse code in substitute--prompt-with-highlight, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 89c3389e1c 15/39: Rename local variable for clarity, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 45096c23d2 16/39: Update symbol of command for clarity,
ELPA Syncer <=
- [elpa] externals/substitute f45d238078 21/39: Add missing word in doc string, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 8ac3904158 23/39: Simplify substitute--setup-scope, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 73a1904ea4 24/39: Do not check for fn in 'while' loop, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute cd757fd209 27/39: Remove needless lambdas, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 2fa0edaa5a 29/39: Fix below/above way of identifying current target, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute af3472dc34 33/39: Do not operate on nil thing, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 9ddf421c55 34/39: Rename private function for clarity, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 673c22fe54 35/39: Rename private function for clarity and move it further up, ELPA Syncer, 2023/01/16
- [elpa] externals/substitute 18c9830a5c 36/39: Rename private function for clarity, ELPA Syncer, 2023/01/16