diff options
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 09c42030fe8..45d00728242 100644 --- a/src/abbrev.c +++ b/src/abbrev.c | |||
| @@ -679,7 +679,7 @@ for any particular abbrev defined in both. */); | |||
| 679 | 679 | ||
| 680 | DEFVAR_LISP ("last-abbrev-text", &Vlast_abbrev_text, | 680 | DEFVAR_LISP ("last-abbrev-text", &Vlast_abbrev_text, |
| 681 | doc: /* The exact text of the last abbrev expanded. | 681 | doc: /* The exact text of the last abbrev expanded. |
| 682 | nil if the abbrev has already been unexpanded. */); | 682 | A value of nil means the abbrev has already been unexpanded. */); |
| 683 | 683 | ||
| 684 | DEFVAR_INT ("last-abbrev-location", &last_abbrev_point, | 684 | DEFVAR_INT ("last-abbrev-location", &last_abbrev_point, |
| 685 | doc: /* The location of the start of the last abbrev expanded. */); | 685 | doc: /* The location of the start of the last abbrev expanded. */); |