From 45cac44f9771c173e756c5a2ec5ffec78c0b3d75 Mon Sep 17 00:00:00 2001 From: tj Date: Thu, 11 Apr 2013 09:32:58 +0200 Subject: [PATCH] some comments fixed --- outshine.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/outshine.el b/outshine.el index c3ed7d7..afe2d6f 100644 --- a/outshine.el +++ b/outshine.el @@ -123,7 +123,11 @@ Used to override any major-mode specific file-local settings") ;; ** Vars (defvar outline-minor-mode-prefix "\C-c" - "New outline-minor-mode prefix.") + "New outline-minor-mode prefix. +Does not really take effect when set in the `outshine' library. +Instead, it must be set in your init file *before* the `outline' +library is loaded, see the installation tips in the comment +section of `outshine'.") ;; from `outline-magic' (defvar outline-promotion-headings nil @@ -351,6 +355,7 @@ certain level is calculated. " :type 'regexp) ;; from `outline-magic' +;; FIXME reset to nil, if TAB inserts space instead of doing completion (defcustom outline-cycle-emulate-tab t "Where should `outline-cycle' emulate TAB. nil Never