]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-tangle.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / org / ob-tangle.el
index 3a43b42e3ad760e31fb6e207f160c561a8b09f14..bfd5a062fc1468a9e47508d0ab7817f2adc815f2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ob-tangle.el --- extract source code from org-mode files
 
-;; Copyright (C) 2009-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
@@ -302,7 +302,7 @@ Insert the source-code specified by SPEC into the current source
 code file.  This function uses `comment-region' which assumes
 that the appropriate major-mode is set.  SPEC has the form:
 
-  \(start-line file link source-name params body comment)"
+  (start-line file link source-name params body comment)"
   (let* ((start-line (nth 0 spec))
         (file (nth 1 spec))
         (link (nth 2 spec))