branch: elpa/adoc-mode commit fb4e940e0d8c5aa3e22efdf7bc67df09e66b415c Author: Florian Kaufmann <sensor...@gmail.com> Commit: Florian Kaufmann <sensor...@gmail.com>
edited adoc-version's doc string --- adoc-mode.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/adoc-mode.el b/adoc-mode.el index da492d36f2..87383d4199 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -113,12 +113,10 @@ (require 'cl) ; I know, I should remove it, I will, eventually (defconst adoc-mode-version "0.5.0" - "Based upon AsciiDoc version 8.5.2. I.e. regexeps and rules are taken from -that version's asciidoc.conf/manual. + "adoc mode version number. -Since I don't regard adoc-mode major enough for the general -public, and because I am not good at it, I don't change -adoc-mode-version a lot and it is currently of no much use.") +Based upon AsciiDoc version 8.5.2. I.e. regexeps and rules are +taken from that version's asciidoc.conf / manual.") ;;;; customization