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

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

[elpa] externals/lentic 45d07d6416 034/333: Documentation cleanup.


From: ELPA Syncer
Subject: [elpa] externals/lentic 45d07d6416 034/333: Documentation cleanup.
Date: Tue, 27 Feb 2024 12:59:58 -0500 (EST)

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

    Documentation cleanup.
---
 linked-buffer-asciidoc.el | 33 ++++++++++++++++++++++++++++++---
 1 file changed, 30 insertions(+), 3 deletions(-)

diff --git a/linked-buffer-asciidoc.el b/linked-buffer-asciidoc.el
index f8537b586d..d1f0c0f202 100644
--- a/linked-buffer-asciidoc.el
+++ b/linked-buffer-asciidoc.el
@@ -1,5 +1,32 @@
-;; -*- lexical-binding: t -*-
-
+;;; linked-buffer-asciidoc.el --- asciidoc support for linked-buffer -*- 
lexical-binding: t -*-
+
+;; This file is not part of Emacs
+
+;; Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
+;; Maintainer: Phillip Lord <phillip.lord@newcastle.ac.uk>
+
+;; The contents of this file are subject to the LGPL License, Version 3.0.
+;;
+;; Copyright (C) 2014, Phillip Lord, Newcastle University
+;;
+;; This program is free software: you can redistribute it and/or modify it
+;; under the terms of the GNU Lesser 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 Lesser General Public License
+;; for more details.
+;;
+;; You should have received a copy of the GNU Lesser General Public License
+;; along with this program. If not, see http://www.gnu.org/licenses/.
+
+;;; Commentary:
+;;
+;; Links buffers with asciidoc [source] blocks.
+
+;;; Code:
 (require 'linked-buffer-block)
 (require 'm-buffer)
 
@@ -13,7 +40,6 @@
            (buffer-file-name)) ".adoc")
    :comment ";; "))
 
-
 (defun linked-buffer-clojure-asciidoc-init ()
   (setq linked-buffer-config
         (linked-buffer-asciidoc-commented-new)))
@@ -109,3 +135,4 @@ l-dots."
     rtn))
 
 (provide 'linked-buffer-asciidoc)
+;;; linked-buffer-asciidoc.el ends here



reply via email to

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