Prompt should say edit and not alias.

This commit is contained in:
Seth Mason 2021-02-13 14:20:12 -08:00
parent cf5b7adb63
commit 6ebbd94b89

View file

@ -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)))