From f62910082c500c4464ecd9285463fd941019a9f2 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 31 Dec 2011 11:47:50 +0100 Subject: [PATCH] org.el (org-show-context): Complete docstring. * org.el (org-show-context): Complete docstring. Thanks to Michael Heerdegen for mentioning this. --- lisp/org.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 2f6fb0b19..1003164a3 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12513,8 +12513,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)) -- 2.11.4.GIT