]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-asymptote.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / org / ob-asymptote.el
index d95829c7f7905d361f981c2788e0c13398cfb0ed..ddfc8c2bf6b147505cb938bd1c23c9565e60f0e0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-asymptote.el --- org-babel functions for asymptote evaluation
 
-;; Copyright (C) 2009-201 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
@@ -88,7 +88,7 @@ Asymptote does not support sessions"
   (error "Asymptote does not support sessions"))
 
 (defun org-babel-variable-assignments:asymptote (params)
-  "Return list of asymptote statements assigning the block's variables"
+  "Return list of asymptote statements assigning the block's variables."
   (mapcar #'org-babel-asymptote-var-to-asymptote
          (mapcar #'cdr (org-babel-get-header params :var))))
 
@@ -128,7 +128,7 @@ a variable of the same value."
 DATA is a list.  Return type as a symbol.
 
 The type is `string' if any element in DATA is
-a string. Otherwise, it is either `real', if some elements are
+a string.  Otherwise, it is either `real', if some elements are
 floats, or `int'."
   (let* ((type 'int)
         find-type                      ; for byte-compiler