]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-tangle.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / org / ob-tangle.el
index c0846f9cd82a2eabd1cd53a8fff7caad2437c0bd..732522c3773a3278ed3891b1fe99810d4041ef2b 100644 (file)
@@ -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))