diff options
| author | Ted Zlatanov | 2013-12-13 14:49:56 -0500 |
|---|---|---|
| committer | Ted Zlatanov | 2013-12-13 14:49:56 -0500 |
| commit | a5c1ac0ca19e6fbc8fe17f9b6b2bfed2050f8aae (patch) | |
| tree | 8c45f20dab73fcc46ffdc0526ccd3d75e4328bc7 /lisp/progmodes | |
| parent | d43957f334f87446f9ba206e27d362d5cd1d6920 (diff) | |
| download | emacs-a5c1ac0ca19e6fbc8fe17f9b6b2bfed2050f8aae.tar.gz emacs-a5c1ac0ca19e6fbc8fe17f9b6b2bfed2050f8aae.zip | |
progmodes/cfengine.el: Fix `add-hook' doc.
* progmodes/cfengine.el: Fix `add-hook' doc.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/cfengine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cfengine.el b/lisp/progmodes/cfengine.el index 20dfb9dc748..80256181187 100644 --- a/lisp/progmodes/cfengine.el +++ b/lisp/progmodes/cfengine.el | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | 47 | ||
| 48 | ;; It's *highly* recommended that you enable the eldoc minor mode: | 48 | ;; It's *highly* recommended that you enable the eldoc minor mode: |
| 49 | 49 | ||
| 50 | ;; (add-hook 'cfengine-mode-hook 'turn-on-eldoc-mode) | 50 | ;; (add-hook 'cfengine3-mode-hook 'turn-on-eldoc-mode) |
| 51 | 51 | ||
| 52 | ;; This is not the same as the mode written by Rolf Ebert | 52 | ;; This is not the same as the mode written by Rolf Ebert |
| 53 | ;; <ebert@waporo.muc.de>, distributed with cfengine-2.0.5. It does | 53 | ;; <ebert@waporo.muc.de>, distributed with cfengine-2.0.5. It does |