mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
progmodes/cfengine.el: Fix `add-hook' doc.
* progmodes/cfengine.el: Fix `add-hook' doc.
This commit is contained in:
parent
d43957f334
commit
a5c1ac0ca1
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* progmodes/cfengine.el (cfengine-mode-syntax-functions-regex):
|
||||
* progmodes/cfengine.el: Fix `add-hook' doc.
|
||||
(cfengine-mode-syntax-functions-regex):
|
||||
Initialize sensibly.
|
||||
(cfengine3--current-word): Fix parameters.
|
||||
(cfengine3-make-syntax-cache): Simplify further.
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
|
||||
;; It's *highly* recommended that you enable the eldoc minor mode:
|
||||
|
||||
;; (add-hook 'cfengine-mode-hook 'turn-on-eldoc-mode)
|
||||
;; (add-hook 'cfengine3-mode-hook 'turn-on-eldoc-mode)
|
||||
|
||||
;; This is not the same as the mode written by Rolf Ebert
|
||||
;; <ebert@waporo.muc.de>, distributed with cfengine-2.0.5. It does
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue