浏览代码

org.el (org-forward-same-level): Fix typo in docstring.

* org.el (org-forward-same-level): Fix typo in docstring.
Bastien Guerry 12 年之前
父节点
当前提交
a66f44d123
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org.el

+ 2 - 2
lisp/org.el

@@ -21718,8 +21718,8 @@ clocking lines, and drawers."
 (defun org-forward-same-level (arg &optional invisible-ok)
 (defun org-forward-same-level (arg &optional invisible-ok)
   "Move forward to the arg'th subheading at same level as this one.
   "Move forward to the arg'th subheading at same level as this one.
 Stop at the first and last subheadings of a superior heading.
 Stop at the first and last subheadings of a superior heading.
-Normally this only looks at visible headings, but when INVISIBLE-OK is non-nil
-it wil also look at invisible ones."
+Normally this only looks at visible headings, but when INVISIBLE-OK is
+non-nil it will also look at invisible ones."
   (interactive "p")
   (interactive "p")
   (org-back-to-heading invisible-ok)
   (org-back-to-heading invisible-ok)
   (org-at-heading-p)
   (org-at-heading-p)