[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/svg-lib 555f43a5b0 3/5: Fix typos in docstrings and com
From: |
ELPA Syncer |
Subject: |
[elpa] externals/svg-lib 555f43a5b0 3/5: Fix typos in docstrings and comments |
Date: |
Mon, 8 Jan 2024 06:58:47 -0500 (EST) |
branch: externals/svg-lib
commit 555f43a5b0e7b30cdcbcf621896c7ddf8b0955f2
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Fix typos in docstrings and comments
---
svg-lib-demo.el | 2 +-
svg-lib.el | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/svg-lib-demo.el b/svg-lib-demo.el
index f611f41766..588c46b278 100644
--- a/svg-lib-demo.el
+++ b/svg-lib-demo.el
@@ -18,7 +18,7 @@
;;; Commentary:
;;
;; This file demonstrates some usage examples of the svg-lib package.
-:; Each line should insert some svg objets into the current buffer.
+:; Each line should insert some svg objects into the current buffer.
(require 'svg-lib)
diff --git a/svg-lib.el b/svg-lib.el
index 7b0a6490a7..5d52c84212 100644
--- a/svg-lib.el
+++ b/svg-lib.el
@@ -95,7 +95,7 @@
;; - Better error handling if SVG support is missing
;; Version 0.2.2
-;; - Added a left/righ crop style argument to allow for tags collage.
+;; - Added a left/right crop style argument to allow for tags collage.
;; Version 0.2.1
;; - Added an alignment parameter for moving tags inside margins.
@@ -214,7 +214,7 @@ to the default face)."
:scale 0.75 ;; Icon scaling
:ascent center ;; Position / baseline
:crop-left nil ;; Whether to crop on left (for collage with other
tags)
- :crop-right nil ;; Whether to crop on righ (for collage with other
tags)
+ :crop-right nil ;; Whether to crop on right (for collage with
other tags)
:collection "material" ;; Icon collection
@@ -848,7 +848,7 @@ hovered button unless NO-RESET is t"
(setq-local svg-lib-button--press-id id)))))
(defun svg-lib-button--tooltip-hide (&rest _args)
- "Set currently press or hightlighted button to default
+ "Set currently press or highlighted button to default
state (active) and hover button at point if any."
(when svg-lib-button--press-id