]> code.delx.au - gnu-emacs/blobdiff - lisp/skeleton.el
(tree-widget-value-create): Simplify last change.
[gnu-emacs] / lisp / skeleton.el
index e843ef9f02d801d16991d2a9444d0c51415fdcb0..5f25e881218ac31655560c50bb533f93e7728d3c 100644 (file)
@@ -50,7 +50,7 @@ Typical examples might be `upcase' or `capitalize'.")
 
 
 (defvar skeleton-autowrap t
-  "Controls wrapping behaviour of functions created with `define-skeleton'.
+  "Controls wrapping behavior of functions created with `define-skeleton'.
 When the region is visible (due to `transient-mark-mode' or marking a region
 with the mouse) and this is non-nil and the function was called without an
 explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible
@@ -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)