[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/adoc-mode a7691c8b9a 186/199: Fix a couple of docstrings
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/adoc-mode a7691c8b9a 186/199: Fix a couple of docstrings |
Date: |
Sun, 3 Sep 2023 06:59:45 -0400 (EDT) |
branch: elpa/adoc-mode
commit a7691c8b9a738fd724007a2a283ed2c20684a7e5
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Fix a couple of docstrings
---
adoc-mode.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/adoc-mode.el b/adoc-mode.el
index f373932bc2..38d3d5fdab 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -611,7 +611,7 @@ customizable.")
"Generic/base face for text with special formatting.
Typically `adoc-title-0-face', `adoc-bold-face' etc.
-inherit from it. Also used for generic text thas hasn't got it's
+inherit from it. Also used for generic text thas hasn't got its
own dedicated face, e.g. if a markup command imposes arbitrary
colors/sizes/fonts upon it."
:group 'adoc-faces)
@@ -642,7 +642,7 @@ easier for major mode to write font lock regular
expressions."
(defface adoc-value-face
'((t :inherit adoc-meta-face))
- "For attribute values"
+ "For attribute values."
:group 'adoc-faces)
(defvar adoc-value-face 'adoc-value-face)
@@ -686,7 +686,7 @@ AsciiDoc: *bold emphasis text* or _emphasis text_
(defface adoc-attribute-face
'((t :inherit adoc-meta-face :slant italic))
- "For attribute names"
+ "For attribute names."
:group 'adoc-faces)
(defvar adoc-attribute-face 'adoc-attribute-face)
- [nongnu] elpa/adoc-mode c28cf7a8cc 158/199: Fix whitespace and indentation, (continued)
- [nongnu] elpa/adoc-mode c28cf7a8cc 158/199: Fix whitespace and indentation, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode c9a4715d2f 175/199: Add section about face customization to README.adoc, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode ff382b94de 181/199: Improve the configuration docs, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode b2b9fd5a6f 189/199: Addresses #33. Restart search in `adoc-kwf-std` at last prevented match + 1, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d4abb0b562 190/199: Addresses #33. Re-introduce adoc-kw-delimited-block 2 because of failing ERT., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 49bbd9a202 193/199: [#33] Describe purpose of adoc-kwf-search, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode de725c7910 156/199: [Fix #12] Replace the broken screenshot, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 8cf18289d5 167/199: Enable lexical binding, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 66b9adc97d 173/199: Release adoc-mode 0.7, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 6d458477c9 182/199: Add a changelog entry, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode a7691c8b9a 186/199: Fix a couple of docstrings,
ELPA Syncer <=
- [nongnu] elpa/adoc-mode 2578d9a6c3 191/199: Addresses #33. Re-structure also `adoc-kw-replacement`., ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d98541046a 087/199: bugfix: fixed regex in adoc-re-anchor, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode be65a78a00 092/199: bumped version to 0.6.3, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 176db8ce53 163/199: Fix a typo, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 7012401a36 164/199: [Fix #25] Remove markup-faces from code (#27), ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 4ffbe8a7b5 165/199: [Fix #14] Added CONTRIBUTING.md, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 319ebf80af 166/199: Bump the copyright years, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2fdc443435 168/199: Fix a compilation warning, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode d0e5bb31f2 184/199: Remove the aggressive default background of native code blocks, ELPA Syncer, 2023/09/03
- [nongnu] elpa/adoc-mode 2cc5aabe01 194/199: Fixes #39. Spaces and source-language name for language attribute, ELPA Syncer, 2023/09/03