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

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

[elpa] master 53d0aa3 1/2: * company-math: Provide email address


From: Stefan Monnier
Subject: [elpa] master 53d0aa3 1/2: * company-math: Provide email address
Date: Mon, 31 Aug 2015 17:16:58 +0000

branch: master
commit 53d0aa372f1470bfdfd834801bf5d0346bab0ae4
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * company-math: Provide email address
---
 packages/company-math/company-math.el |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/packages/company-math/company-math.el 
b/packages/company-math/company-math.el
index 7d8efab..dc8151f 100644
--- a/packages/company-math/company-math.el
+++ b/packages/company-math/company-math.el
@@ -1,7 +1,7 @@
 ;;; company-math.el --- Completion backends for unicode math symbols and latex 
tags
 ;;
 ;; Copyright (C) 2015 Free Software Foundation, Inc.
-;; Author: Vitalie Spinu
+;; Author: Vitalie Spinu <address@hidden>
 ;; URL: https://github.com/vspinu/company-math
 ;; Keywords:  Unicode, symbols, completion
 ;; Version: 1.0.1
@@ -28,6 +28,8 @@
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
+;;; Commentary:
+
 ;;; Code:
 
 (require 'math-symbol-lists)
@@ -77,7 +79,7 @@ When set to special value t, allow on all faces except those 
in
 
 (defun company-math--make-candidates (alist)
   "Build a list of math symbols ready to be used in ac source.
-ALIST is one of the defined alist in package `symbols'. Return a
+ALIST is one of the defined alist in package `symbols'.  Return a
 list of LaTeX symbols with text property :symbol being the
 corresponding unicode symbol."
   (delq nil



reply via email to

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