aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-10 14:06:22 +0000
committerJuanma Barranquero2005-06-10 14:06:22 +0000
commitfb607ff1815c06381cd7190220c7f4ef91386ab0 (patch)
tree13bec3393cdf9f4f79defe7c176696912ba0e236
parent1d68acd3a9b80f414bb09d08fa3a2983eaba56bd (diff)
downloademacs-fb607ff1815c06381cd7190220c7f4ef91386ab0.tar.gz
emacs-fb607ff1815c06381cd7190220c7f4ef91386ab0.zip
(skeleton-autowrap): Fix spellings in docstrings.
-rw-r--r--lisp/skeleton.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el
index d4caca3ca42..5f25e881218 100644
--- a/lisp/skeleton.el
+++ b/lisp/skeleton.el
@@ -50,7 +50,7 @@ Typical examples might be `upcase' or `capitalize'.")
50 50
51 51
52(defvar skeleton-autowrap t 52(defvar skeleton-autowrap t
53 "Controls wrapping behaviour of functions created with `define-skeleton'. 53 "Controls wrapping behavior of functions created with `define-skeleton'.
54When the region is visible (due to `transient-mark-mode' or marking a region 54When the region is visible (due to `transient-mark-mode' or marking a region
55with the mouse) and this is non-nil and the function was called without an 55with the mouse) and this is non-nil and the function was called without an
56explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible 56explicit ARG, then the ARG defaults to -1, i.e. wrapping around the visible