aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorTed Zlatanov2013-12-13 14:49:56 -0500
committerTed Zlatanov2013-12-13 14:49:56 -0500
commita5c1ac0ca19e6fbc8fe17f9b6b2bfed2050f8aae (patch)
tree8c45f20dab73fcc46ffdc0526ccd3d75e4328bc7 /lisp/progmodes
parentd43957f334f87446f9ba206e27d362d5cd1d6920 (diff)
downloademacs-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.el2
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