diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/progmodes/cfengine.el | 2 |
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 @@ | |||
| 1 | 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com> | 1 | 2013-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 |