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

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

[elpa] externals/omn-mode 848ca9a 2/2: Add a full docstring for omn-mode


From: Phillip Lord
Subject: [elpa] externals/omn-mode 848ca9a 2/2: Add a full docstring for omn-mode.el
Date: Tue, 01 Sep 2015 16:38:45 +0000

branch: externals/omn-mode
commit 848ca9afdd7e64705aa4bf86598627094e9e0937
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Add a full docstring for omn-mode.el
    
    Previously, the docstring was a place-holder.
---
 omn-mode.el |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/omn-mode.el b/omn-mode.el
index d9eba50..ca07be8 100644
--- a/omn-mode.el
+++ b/omn-mode.el
@@ -208,7 +208,11 @@ See `imenu-generic-expression' for details")
 
 ;;;###autoload
 (define-derived-mode omn-mode fundamental-mode "Omn"
-  "Doc string to add"
+  "Major mode for editing OWL Manchester Notation.
+
+This is a format for specifying OWL ontologies, that is designed
+to be easy to type and to read. It is fully documented and
+specified at http://www.w3.org/TR/owl2-manchester-syntax/";
 
   ;; Specialised syntax handling to recognise URLs. This is a bit underhand,
   ;; but we define the < and > characters to be "generic-string" delimiters.



reply via email to

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