diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:48:47 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:48:47 +0000 |
commit | 49168e73e3d6b31f6dcc1ce173ce03b50ab8e900 (patch) | |
tree | c23b3cb8c92427df159f1cbddd31a3c6e447f73b /lisp/skeleton.el | |
parent | f29601ad4dce289b5f58add8b517578301a04f2f (diff) | |
download | emacs-49168e73e3d6b31f6dcc1ce173ce03b50ab8e900.tar.gz |
(skeleton-insert): Doc fix.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r-- | lisp/skeleton.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index d9c8d40f841..056b184df15 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -200,7 +200,7 @@ strings with the subskeleton being repeated once for each string. Quoted lisp-expressions are evaluated evaluated for their side-effect. Other lisp-expressions are evaluated and the value treated as above. -Note that expressions may not return `t' since this impplies an +Note that expressions may not return `t' since this implies an endless loop. Modes can define other symbols by locally setting them to any valid skeleton element. The following local variables are available: |