浏览代码

Correct coderef switch in docstring

Dan Davison 15 年之前
父节点
当前提交
182b107682
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-src.el

+ 1 - 1
lisp/org-src.el

@@ -63,7 +63,7 @@ there are kept outside the narrowed region."
   "The default coderef format.
   "The default coderef format.
 This format string will be used to search for coderef labels in literal
 This format string will be used to search for coderef labels in literal
 examples (EXAMPLE and SRC blocks).  The format can be overwritten in
 examples (EXAMPLE and SRC blocks).  The format can be overwritten in
-an individual literal example with the -f option, like
+an individual literal example with the -l option, like
 
 
 #+BEGIN_SRC pascal +n -r -l \"((%s))\"
 #+BEGIN_SRC pascal +n -r -l \"((%s))\"
 ...
 ...