浏览代码

org.el (org-show-context): Complete docstring.

* org.el (org-show-context): Complete docstring.

Thanks to Michael Heerdegen for mentioning this.
Bastien Guerry 14 年之前
父节点
当前提交
f62910082c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org.el

+ 2 - 2
lisp/org.el

@@ -12513,8 +12513,8 @@ starting point when no match is found."
 (defun org-show-context (&optional key)
 (defun org-show-context (&optional key)
   "Make sure point and context are visible.
   "Make sure point and context are visible.
 How much context is shown depends upon the variables
 How much context is shown depends upon the variables
-`org-show-hierarchy-above', `org-show-following-heading'. and
-`org-show-siblings'."
+`org-show-hierarchy-above', `org-show-following-heading',
+`org-show-entry-below' and `org-show-siblings'."
   (let ((heading-p   (org-on-heading-p t))
   (let ((heading-p   (org-on-heading-p t))
 	(hierarchy-p (org-get-alist-option org-show-hierarchy-above key))
 	(hierarchy-p (org-get-alist-option org-show-hierarchy-above key))
 	(following-p (org-get-alist-option org-show-following-heading key))
 	(following-p (org-get-alist-option org-show-following-heading key))