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

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

[elpa] externals/lentic dabbea6db8 253/333: Various documentation change


From: ELPA Syncer
Subject: [elpa] externals/lentic dabbea6db8 253/333: Various documentation changes.
Date: Tue, 27 Feb 2024 13:00:41 -0500 (EST)

branch: externals/lentic
commit dabbea6db8c7cc8c9de0ada7fd37e50aadeedd84
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Various documentation changes.
    
    All the lentic documentation is now formatted correctly.
---
 lentic-asciidoc.el   | 2 +-
 lentic-doc.el        | 6 +++---
 lentic-latex-code.el | 2 +-
 lentic-mode.el       | 2 +-
 lentic-org.el        | 8 ++++----
 lenticular.org       | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/lentic-asciidoc.el b/lentic-asciidoc.el
index 6d2997f6ff..57a9ac5a36 100644
--- a/lentic-asciidoc.el
+++ b/lentic-asciidoc.el
@@ -25,7 +25,7 @@
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
-;;
+
 ;; Lentic buffers with asciidoc [source] blocks.
 
 ;;; Code:
diff --git a/lentic-doc.el b/lentic-doc.el
index 23a020b17c..b6abd7c630 100644
--- a/lentic-doc.el
+++ b/lentic-doc.el
@@ -91,7 +91,7 @@ as a prefix. "
 
 ;; ** htmlify package
 
-;; #+begin_src: emacs-lisp
+;; #+begin_src emacs-lisp
 (defun lentic-doc-htmlify-package (package)
   (let ((package
          (lentic-doc-stringify package)))
@@ -103,7 +103,7 @@ as a prefix. "
         (org-html-export-to-html)))))
 ;; #+end_src
 
-;; #+begin_src
+;; #+begin_src emacs-lisp
 ;; remove when it gets into f.el
 (defun lentic-f-swap-ext (path ext)
   "Return PATH but with EXT as the new extension.
@@ -203,7 +203,7 @@ EXT must not be nil or empty."
     (lentic-doc-ensure-doc package)
     (eww-open-file
      (lentic-doc-package-doc-file package))))
-;; #+end_src
+
 
 (provide 'lentic-doc)
 ;; #+end_src
diff --git a/lentic-latex-code.el b/lentic-latex-code.el
index 037c585af0..7c3985ace8 100644
--- a/lentic-latex-code.el
+++ b/lentic-latex-code.el
@@ -29,7 +29,7 @@
 
 ;; A `lentic-block-configuration' environment where one buffer is latex
 ;; and the other is some programming language, with code blocks marked up with
-;; a \begin{code}\end{code} environment.
+;; a =\begin{code}\end{code}= environment.
 
 ;; The code environment is not normally defined and has been picked for this
 ;; reason. It avoids defining multiple init functions for different macros;
diff --git a/lentic-mode.el b/lentic-mode.el
index 554c94a8f2..f07278246f 100644
--- a/lentic-mode.el
+++ b/lentic-mode.el
@@ -38,7 +38,7 @@
 
 ;; ** Utility
 
-;; #+BEGIN_SRC emacs-lisp
+;; #+begin_src emacs-lisp
 (defun lentic-mode-lentic-list (buffer)
   "Return a list of all lentics for BUFFER.
 Lentics are listed in an undefined order."
diff --git a/lentic-org.el b/lentic-org.el
index 0740210ddf..6b51a59aa3 100644
--- a/lentic-org.el
+++ b/lentic-org.el
@@ -8,19 +8,19 @@
 ;; Maintainer: Phillip Lord <phillip.lord@newcastle.ac.uk>
 
 ;; The contents of this file are subject to the GPL License, Version 3.0.
-;;
+
 ;; Copyright (C) 2014,2015 Phillip Lord, Newcastle University
-;;
+
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
-;;
+
 ;; This program is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
-;;
+
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
diff --git a/lenticular.org b/lenticular.org
index c299a79dbb..d885225670 100644
--- a/lenticular.org
+++ b/lenticular.org
@@ -169,6 +169,6 @@ Tools for developers of new configurations.
 
 Lentic has a self-hosting documentation system which is defined here.
 
-#+include "lentic-doc.org" :minlevel 2
+#+include: "lentic-doc.org" :minlevel 2
 
 



reply via email to

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