summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-12-31 11:47:50 +0100
committerBastien Guerry <bzg@altern.org>2011-12-31 11:47:50 +0100
commit6805c702ec7db48fb34626479ec554889629f3af (patch)
tree41c6da31477d070d780c0bbaf987b453550f4251
parente9633aeb45ed0deb65498065eb52fcb4620eac13 (diff)
downloadorg-mode-6805c702ec7db48fb34626479ec554889629f3af.tar.gz
org.el (org-show-context): Complete docstring.
* org.el (org-show-context): Complete docstring. Thanks to Michael Heerdegen for mentioning this.
-rw-r--r--lisp/org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 61ca072..2528fa8 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12525,8 +12525,8 @@ starting point when no match is found."
(defun org-show-context (&optional key)
"Make sure point and context are visible.
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))
(hierarchy-p (org-get-alist-option org-show-hierarchy-above key))
(following-p (org-get-alist-option org-show-following-heading key))