浏览代码

Fix typo in the manual.

Bastien Guerry 16 年之前
父节点
当前提交
14ce57f84a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/org.texi

+ 1 - 1
doc/org.texi

@@ -8198,7 +8198,7 @@ an example:
 #+BEGIN_SRC emacs-lisp -n -r
 (save-excursion                  (ref:sc)
    (goto-char (point-min))       (ref:jump)
-#+END SRC
+#+END_SRC
 In line [[(sc)]] we remember the current positon.  [[(jump)][Line (jump)]]
 jumps to point-min.
 @end example