comparison lisp/skeleton.el @ 14006:f448cb91a38c

(skeleton-insert): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:48:47 +0000
parents 333a77bb4ae8
children 83f275dcd93a
comparison
equal deleted inserted replaced
14005:dd4a20edf654 14006:f448cb91a38c
198 formatted with `skeleton-subprompt'. Such an INTERACTOR may also a list of 198 formatted with `skeleton-subprompt'. Such an INTERACTOR may also a list of
199 strings with the subskeleton being repeated once for each string. 199 strings with the subskeleton being repeated once for each string.
200 200
201 Quoted lisp-expressions are evaluated evaluated for their side-effect. 201 Quoted lisp-expressions are evaluated evaluated for their side-effect.
202 Other lisp-expressions are evaluated and the value treated as above. 202 Other lisp-expressions are evaluated and the value treated as above.
203 Note that expressions may not return `t' since this impplies an 203 Note that expressions may not return `t' since this implies an
204 endless loop. Modes can define other symbols by locally setting them 204 endless loop. Modes can define other symbols by locally setting them
205 to any valid skeleton element. The following local variables are 205 to any valid skeleton element. The following local variables are
206 available: 206 available:
207 207
208 str first time: read a string according to INTERACTOR 208 str first time: read a string according to INTERACTOR