idlwave-check-abbrev

idlwave-check-abbrev is a compiled Lisp function in `idlwave.el'.

(idlwave-check-abbrev ARG &optional RESERVED)

Reverse abbrev expansion if in comment or string.
Argument ARG is the number of characters to move point
backward if `idlwave-abbrev-move' is non-nil.
If optional argument RESERVED is non-nil then the expansion
consists of reserved words, which will be capitalized if
`idlwave-reserved-word-upcase' is non-nil.
Otherwise, the abbrev will be capitalized if `idlwave-abbrev-change-case'
is non-nil, unless its value is `down in which case the abbrev will be
made into all lowercase.
Returns non-nil if abbrev is left expanded.