aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Zlatanov2013-12-13 14:49:56 -0500
committerTed Zlatanov2013-12-13 14:49:56 -0500
commita5c1ac0ca19e6fbc8fe17f9b6b2bfed2050f8aae (patch)
tree8c45f20dab73fcc46ffdc0526ccd3d75e4328bc7
parentd43957f334f87446f9ba206e27d362d5cd1d6920 (diff)
downloademacs-a5c1ac0ca19e6fbc8fe17f9b6b2bfed2050f8aae.tar.gz
emacs-a5c1ac0ca19e6fbc8fe17f9b6b2bfed2050f8aae.zip
progmodes/cfengine.el: Fix `add-hook' doc.
* progmodes/cfengine.el: Fix `add-hook' doc.
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/progmodes/cfengine.el2
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f5e0b7dbb18..ce088032faa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
12013-12-13 Teodor Zlatanov <tzz@lifelogs.com> 12013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
2 2
3 * progmodes/cfengine.el (cfengine-mode-syntax-functions-regex): 3 * progmodes/cfengine.el: Fix `add-hook' doc.
4 (cfengine-mode-syntax-functions-regex):
4 Initialize sensibly. 5 Initialize sensibly.
5 (cfengine3--current-word): Fix parameters. 6 (cfengine3--current-word): Fix parameters.
6 (cfengine3-make-syntax-cache): Simplify further. 7 (cfengine3-make-syntax-cache): Simplify further.
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