diff options
| author | Richard M. Stallman | 2007-04-22 17:00:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-22 17:00:20 +0000 |
| commit | 8d6af89213439a5f086a617a5731fd7f3ebf595d (patch) | |
| tree | 8462afce6e1b58e0c6865876add6118bfe4c188b /src | |
| parent | 425b3c45305653cec4577b29d6c40825beab6ab9 (diff) | |
| download | emacs-8d6af89213439a5f086a617a5731fd7f3ebf595d.tar.gz emacs-8d6af89213439a5f086a617a5731fd7f3ebf595d.zip | |
(Fdefine_abbrev): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/abbrev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abbrev.c b/src/abbrev.c index 7dea6969f35..40cad1832fc 100644 --- a/src/abbrev.c +++ b/src/abbrev.c | |||
| @@ -110,7 +110,7 @@ DEFUN ("clear-abbrev-table", Fclear_abbrev_table, Sclear_abbrev_table, 1, 1, 0, | |||
| 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; |