diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-09-03 00:07:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-09-03 00:07:49 +0000 |
| commit | e8c138c21b7b8320d8ae350c741c793552afab25 (patch) | |
| tree | 1aa94b7b7fe38cb5ca54cc5a1c86926c7705ec52 | |
| parent | 648c4c550421b35ed9cddb2f798145f671863869 (diff) | |
| download | emacs-e8c138c21b7b8320d8ae350c741c793552afab25.tar.gz | |
(outline-minor-mode-prefix): Doc fix.
| -rw-r--r-- | lisp/textmodes/ooutline.el | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
