[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
- [elpa] externals/lentic ee88df4543 229/333: Add fall back if there is no visible lentic., (continued)
- [elpa] externals/lentic ee88df4543 229/333: Add fall back if there is no visible lentic., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 4162e4e298 231/333: Delete lenticular.html on clean., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic f797675a52 228/333: Further attempts to make test stateless., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 97e1440857 230/333: Mode line update performance speed up., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 19c58b8bf7 238/333: Completion for all lentic packages., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 90c36b492a 233/333: Correcting typos, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a3b6da6235 235/333: lentic-doc now generic for any package., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 15ff7a4d72 234/333: Checkdoc ran., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 1d09bc2355 243/333: Readme update., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic c7b960c851 240/333: Force all features into strings., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic dabbea6db8 253/333: Various documentation changes.,
ELPA Syncer <=
- [elpa] externals/lentic 22a8adcee0 252/333: Better handling of valid to invalid state., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 9178ace0c4 256/333: lentic-batch now returns config., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e5c09af545 254/333: Git cleanups., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic eb558ae8e3 260/333: Prepare for v0.12 release., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 3a2df0f8c5 263/333: Image added to README, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a1cb301c84 258/333: Convert lentic-blk-marker-boundaries to method., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic d50b1924f3 257/333: Prepare for next iteration., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 83e75f48a6 251/333: lentic-dev now adds a "pulse" to the dirty region., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 8885bfcde8 277/333: 0.10 Release, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic b2d664c72d 278/333: Videos for README., ELPA Syncer, 2024/02/27