diff options
| author | Colin Walters | 2002-05-23 03:39:20 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-05-23 03:39:20 +0000 |
| commit | 57190f92af3ae4669e29152e75deb236316a14af (patch) | |
| tree | 9d4224d35956ff57c57dac46c90e46b8a4640523 | |
| parent | 7c4ef9b397f9da08ff24f0c8977218f299fdaf18 (diff) | |
| download | emacs-57190f92af3ae4669e29152e75deb236316a14af.tar.gz emacs-57190f92af3ae4669e29152e75deb236316a14af.zip | |
(Info-mode-hook): Change `font-lock-mode' to `turn-on-font-lock'.
| -rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index f81e53690d4..4711346e836 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -145,7 +145,7 @@ when you hit the end of the current node." | |||
| 145 | :type 'boolean | 145 | :type 'boolean |
| 146 | :group 'info) | 146 | :group 'info) |
| 147 | 147 | ||
| 148 | (defcustom Info-mode-hook '(font-lock-mode) | 148 | (defcustom Info-mode-hook '(turn-on-font-lock) |
| 149 | "Hooks run when `info-mode' is called." | 149 | "Hooks run when `info-mode' is called." |
| 150 | :type 'hook | 150 | :type 'hook |
| 151 | :group 'info) | 151 | :group 'info) |