branch: elpa/adoc-mode commit 2c4847d843b882f263fe409022c9684fc5801d8d Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@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 '&' 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. '&', in contrast to '' or '(C)' ) to be displayed you need to set `adoc-unichar-name-resolver'.