aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Williams <spnw@plexwave.org>2025-03-22 13:45:08 -0400
committerSpencer Williams <spnw@plexwave.org>2025-03-22 13:45:08 -0400
commitc775b16b846af22caba7bcc29f19afe3e0a1a15c (patch)
treef68294ac2b609ee90c7668eeb78f7d8116340aec
parent26e2b590b77387627e43e156cb824a30ff7d5fb5 (diff)
Improve link insertion prompt
-rw-r--r--seam.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/seam.el b/seam.el
index f7f76db..564056c 100644
--- a/seam.el
+++ b/seam.el
@@ -524,7 +524,7 @@ buffer is killed after deletion."
creating the note if it does not exist. If any text is selected, the
link will replace it."
(interactive)
- (cl-destructuring-bind (completion . file) (seam-read-title "Insert link: ")
+ (cl-destructuring-bind (completion . file) (seam-read-title "Insert note link: ")
(let* ((new-buffer
(unless file
(seam-make-note completion seam-default-note-type nil)))