comparison src/abbrev.c @ 90813:e6fdae9180d4

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 698-710) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 216) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author Miles Bader <miles@gnu.org>
date Tue, 24 Apr 2007 21:56:25 +0000
parents 95d0cdf160ea 2e139d8d34bc
children a1be62cbd32a
comparison
equal deleted inserted replaced
90812:6137cc8ddf90 90813:e6fdae9180d4
108 return Qnil; 108 return Qnil;
109 } 109 }
110 110
111 DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_abbrev, 3, 6, 0, 111 DEFUN ("define-abbrev", Fdefine_abbrev, Sdefine_abbrev, 3, 6, 0,
112 doc: /* Define an abbrev in TABLE named NAME, to expand to EXPANSION and call HOOK. 112 doc: /* Define an abbrev in TABLE named NAME, to expand to EXPANSION and call HOOK.
113 NAME must be a string. 113 NAME must be a string, and should be lower-case.
114 EXPANSION should usually be a string. 114 EXPANSION should usually be a string.
115 To undefine an abbrev, define it with EXPANSION = nil. 115 To undefine an abbrev, define it with EXPANSION = nil.
116 If HOOK is non-nil, it should be a function of no arguments; 116 If HOOK is non-nil, it should be a function of no arguments;
117 it is called after EXPANSION is inserted. 117 it is called after EXPANSION is inserted.
118 If EXPANSION is not a string, the abbrev is a special one, 118 If EXPANSION is not a string, the abbrev is a special one,