From: Richard M. Stallman Date: Sat, 3 Sep 1994 00:07:49 +0000 (+0000) Subject: (outline-minor-mode-prefix): Doc fix. X-Git-Tag: emacs-19.34~7166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8c138c21b7b8320d8ae350c741c793552afab25;p=emacs.git (outline-minor-mode-prefix): Doc fix. --- diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el index db2ed7708c5..89ae68847bd 100644 --- a/lisp/textmodes/ooutline.el +++ b/lisp/textmodes/ooutline.el @@ -197,7 +197,9 @@ Turning on outline mode calls the value of `text-mode-hook' and then of (run-hooks 'text-mode-hook 'outline-mode-hook)) (defvar outline-minor-mode-prefix "\C-c\C-o" - "*Prefix key to use for Outline commands in Outline minor mode.") + "*Prefix key to use for Outline commands in Outline minor mode. +The value of this variable is checked as part of loading Outline mode. +After that, changing the prefix key requires manipulating keymaps.") (defvar outline-minor-mode-map nil) (if outline-minor-mode-map