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

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

[nongnu] elpa/textile-mode 16ac26b5b4 18/19: Fix package header


From: ELPA Syncer
Subject: [nongnu] elpa/textile-mode 16ac26b5b4 18/19: Fix package header
Date: Sat, 29 Jan 2022 08:29:36 -0500 (EST)

branch: elpa/textile-mode
commit 16ac26b5b4c9bb5c7a3c7aed6c6b3a6c5fb8c62c
Author: Philip Kal <philipk@posteo.net>
Commit: GitHub <noreply@github.com>

    Fix package header
---
 textile-mode.el | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/textile-mode.el b/textile-mode.el
index 0f9b924172..23271753e5 100644
--- a/textile-mode.el
+++ b/textile-mode.el
@@ -3,7 +3,9 @@
 ;; Copyright (C) 2006 Free Software Foundation, Inc.
 
 ;; Author: Julien Barnier <julien@nozav.org>
-;; $Id: textile-mode.el 6 2006-03-30 22:37:08Z juba $
+;; URL: https://github.com/juba/textile-mode
+;; Keywords: wp, languages
+;; Version: 1.0.0
 
 ;; This file is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -22,10 +24,10 @@
 
 ;;; Commentary:
 
-;;
-
+;; An emacs major mode for Textile markup language 
+;; (https://textile-lang.com/) editing.
 
-;; Known bugs or limitations:
+;;; Known bugs or limitations:
 
 ;; - if several {style}, [lang] or (class) attributes are given for
 ;;   the same block, only the first one of each type will be
@@ -33,14 +35,9 @@
 ;;
 ;; - some complex imbrications of inline markup and attributes are
 ;;   not well-rendered (for example, *strong *{something}notstrong*)
-;;
-
-
 
 ;;; Code:
 
-
-
 (defvar textile-mode-map
   (let ((map (make-sparse-keymap)))
     (define-key map [foo] 'textile-do-foo)



reply via email to

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