소스 검색

fixed typos in tangle comment link format strings

* lisp/ob-tangle.el (org-babel-tangle-comment-format-beg): fix typo
  (org-babel-tangle-comment-format-end): fix typo
Eric Schulte 15 년 전
부모
커밋
c6565eaa43
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lisp/ob-tangle.el

+ 2 - 2
lisp/ob-tangle.el

@@ -66,7 +66,7 @@ then the name of the language is used."
   :group 'org-babel
   :group 'org-babel
   :type 'boolean)
   :type 'boolean)
 
 
-(defcustom org-babel-tangle-comment-format-beg "[[%link][%sourcename]]"
+(defcustom org-babel-tangle-comment-format-beg "[[%link][%source-name]]"
   "Format of inserted comments in tangled code files.
   "Format of inserted comments in tangled code files.
 The following format strings can be used to insert special
 The following format strings can be used to insert special
 information into the output using `org-fill-template'.
 information into the output using `org-fill-template'.
@@ -80,7 +80,7 @@ controlled by the :comments header argument."
   :group 'org-babel
   :group 'org-babel
   :type 'string)
   :type 'string)
 
 
-(defcustom org-babel-tangle-comment-format-end "%sourcename ends here"
+(defcustom org-babel-tangle-comment-format-end "%source-name ends here"
   "Format of inserted comments in tangled code files.
   "Format of inserted comments in tangled code files.
 The following format strings can be used to insert special
 The following format strings can be used to insert special
 information into the output using `org-fill-template'.
 information into the output using `org-fill-template'.