all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Imran Khan <contact@imrankhan.live>
To: 51488@debbugs.gnu.org
Subject: bug#51488: [PATCH] Fix typo in css-mode
Date: Fri, 29 Oct 2021 22:28:20 +0600	[thread overview]
Message-ID: <87zgqr3ie3.fsf@teknik.io> (raw)

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

Fixes a small typo in css-mode that affects master/28.0.60 (but nothing
before).

I haven't assigned copyright yet, I hope that's not a problem for such a
small change.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-textmodes-css-mode.el-Fix-typo.patch --]
[-- Type: text/x-diff, Size: 1307 bytes --]

From 414107e41bd1df6101376b89c907846716b987b6 Mon Sep 17 00:00:00 2001
From: Imran Khan <contact@imrankhan.live>
Date: Fri, 29 Oct 2021 16:07:16 +0000
Subject: [PATCH] ; * lisp/textmodes/css-mode.el: Fix typo.

---
 lisp/textmodes/css-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index 9f123dc8..e5017a68 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -305,14 +305,14 @@
     ;; CSS Box Alignment Module Level 3
     ;; (https://www.w3.org/TR/css-align-3/#property-index)
     ("align-content"
-     baseline-position content-distibution overflow-position content-position)
+     baseline-position content-distribution overflow-position content-position)
     ("align-items"
      "normal" "stretch" baseline-position overflow-position self-position)
     ("align-self"
      "auto" "normal" "stretch"
      baseline-position overflow-position self-position)
     ("justify-content" "normal"
-     content-distibution overflow-position content-position "left" "right")
+     content-distribution overflow-position content-position "left" "right")
     ("justify-items"
      "normal" "stretch" baseline-position overflow-position self-position
      "left" "right" "legacy")
-- 
2.27.0


             reply	other threads:[~2021-10-29 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-29 16:28 Imran Khan [this message]
2021-10-29 17:13 ` bug#51488: [PATCH] Fix typo in css-mode Stefan Kangas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgqr3ie3.fsf@teknik.io \
    --to=contact@imrankhan.live \
    --cc=51488@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.