emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/adoc-mode 2c4847d843 160/199: Tweak a couple of docstrings


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode 2c4847d843 160/199: Tweak a couple of docstrings
Date: Sun, 3 Sep 2023 06:59:43 -0400 (EDT)

branch: elpa/adoc-mode
commit 2c4847d843b882f263fe409022c9684fc5801d8d
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Tweak a couple of docstrings
---
 adoc-mode.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/adoc-mode.el b/adoc-mode.el
index 7a94dff6f1..075eb39349 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -72,10 +72,10 @@ customized on this page."
 (defcustom adoc-script-raise '(-0.3 0.3)
   "How much to lower and raise subscript and superscript content.
 
-This is a list of two floats. The first is negative and specifies
+This is a list of two floats.  The first is negative and specifies
 how much subscript is lowered, the second is positive and
-specifies how much superscript is raised. Heights are measured
-relative to that of the normal text. The faces used are
+specifies how much superscript is raised.  Heights are measured
+relative to that of the normal text.  The faces used are
 markup-superscript-face and markup-subscript-face respectively.
 
 You need to call `adoc-calc' after a change."
@@ -90,11 +90,11 @@ You need to call `adoc-calc' after a change."
   "When non-nil the character/string a replacement/entity stands for is 
displayed.
 
 E.g. after '&amp;' an '&' is displayed, after '(C)' the copy right
-sign is displayed. It's only about display, neither the file nor
+sign is displayed.  It's only about display, neither the file nor
 the buffer content is affected.
 
 You need to call `adoc-calc' after you change
-`adoc-insert-replacement'. For named character entities (e.g.
+`adoc-insert-replacement'.  For named character entities (e.g.
 '&amp;', in contrast to '&#20;' or '(C)' ) to be displayed you
 need to set `adoc-unichar-name-resolver'.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]