summaryrefslogtreecommitdiff
path: root/lisp/skeleton.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-05-26 13:13:36 +0000
committerLute Kamstra <lute@gnu.org>2005-05-26 13:13:36 +0000
commit1c4c2dac52dde09c0c25bf975a7410ccb203af16 (patch)
tree66fd3e1c7b4cd2adc5a6efcc4d69a914282491b8 /lisp/skeleton.el
parentb27779130606ea3f75b77e1bde02e02f91ccdc13 (diff)
downloademacs-1c4c2dac52dde09c0c25bf975a7410ccb203af16.tar.gz
Use run-mode-hooks in example.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r--lisp/skeleton.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el
index e843ef9f02d..d4caca3ca42 100644
--- a/lisp/skeleton.el
+++ b/lisp/skeleton.el
@@ -557,7 +557,7 @@ symmetrical ones, and the same character twice for the others."
;; (aset map i nil)
;; (aset map (+ i 128) nil)
;; (setq i (1+ i))))
-;; (run-hooks 'mirror-mode-hook))
+;; (run-mode-hooks 'mirror-mode-hook))
(provide 'skeleton)