From 6ebbd94b8933296ca84d4fc7276e8e0b5b65724b Mon Sep 17 00:00:00 2001 From: Seth Mason Date: Sat, 13 Feb 2021 14:20:12 -0800 Subject: [PATCH] Prompt should say `edit` and not `alias`. --- modules/editor/snippets/autoload/snippets.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/snippets/autoload/snippets.el b/modules/editor/snippets/autoload/snippets.el index b87a91b72..7f5a1f63d 100644 --- a/modules/editor/snippets/autoload/snippets.el +++ b/modules/editor/snippets/autoload/snippets.el @@ -246,7 +246,7 @@ If the snippet isn't in `+snippets-dir', it will be copied there (where it will shadow the default snippet)." (interactive (list - (+snippet--completing-read-uuid "Select snippet to alias: " + (+snippet--completing-read-uuid "Select snippet to edit: " current-prefix-arg))) (if-let* ((major-mode (if (eq major-mode 'snippet-mode) (intern (file-name-base (directory-file-name default-directory)))