[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/svg-tag-mode 5d7958b478 1/3: Fix typo in docstring
From: |
ELPA Syncer |
Subject: |
[elpa] externals/svg-tag-mode 5d7958b478 1/3: Fix typo in docstring |
Date: |
Mon, 8 Jan 2024 06:58:57 -0500 (EST) |
branch: externals/svg-tag-mode
commit 5d7958b4780854f6c5be96e7609b6ac70ed6e661
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix typo in docstring
---
svg-tag-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index a580024221..b239af2b54 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -221,7 +221,7 @@ attribute from ``svg-tag-default-face''."
(defun svg-tag--cursor-function (_win position direction)
"This function processes action at point. Action can be:
- Display the textual tag in the echo area
-- Dispaly the textual tag inline (this allow to edit it
+- Display the textual tag inline (this allow to edit it
- Do nothing"
(let ((beg (if (eq direction 'entered)
(previous-property-change (+ (point) 1))