comparison lispref/abbrevs.texi @ 27267:199ada58fd5d

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Jan 2000 04:27:24 +0000
parents d2e5f1b7d8e2
children 653f41a39496
comparison
equal deleted inserted replaced
27266:8ce11c7a7fcb 27267:199ada58fd5d
230 This command expands the abbrev before point, if any. If point does not 230 This command expands the abbrev before point, if any. If point does not
231 follow an abbrev, this command does nothing. The command returns the 231 follow an abbrev, this command does nothing. The command returns the
232 abbrev symbol if it did expansion, @code{nil} otherwise. 232 abbrev symbol if it did expansion, @code{nil} otherwise.
233 @end deffn 233 @end deffn
234 234
235
236 @deffn Command abbrev-prefix-mark &optional arg 235 @deffn Command abbrev-prefix-mark &optional arg
237 Mark current point as the beginning of an abbrev. The next call to 236 Mark current point as the beginning of an abbrev. The next call to
238 @code{expand-abbrev} will use the text from here to point (where it is 237 @code{expand-abbrev} will use the text from here to point (where it is
239 then) as the abbrev to expand, rather than using the previous word as 238 then) as the abbrev to expand, rather than using the previous word as
240 usual. 239 usual.