Prompt should say edit
and not alias
.
This commit is contained in:
parent
cf5b7adb63
commit
6ebbd94b89
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ If the snippet isn't in `+snippets-dir', it will be copied there (where it will
|
||||||
shadow the default snippet)."
|
shadow the default snippet)."
|
||||||
(interactive
|
(interactive
|
||||||
(list
|
(list
|
||||||
(+snippet--completing-read-uuid "Select snippet to alias: "
|
(+snippet--completing-read-uuid "Select snippet to edit: "
|
||||||
current-prefix-arg)))
|
current-prefix-arg)))
|
||||||
(if-let* ((major-mode (if (eq major-mode 'snippet-mode)
|
(if-let* ((major-mode (if (eq major-mode 'snippet-mode)
|
||||||
(intern (file-name-base (directory-file-name default-directory)))
|
(intern (file-name-base (directory-file-name default-directory)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue