Mercurial > emacs
diff src/abbrev.c @ 63693:3b481dca1cd5
(Funexpand_abbrev): Follow error conventions.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Thu, 23 Jun 2005 16:04:28 +0000 |
| parents | c35c8a6e6baa |
| children | a8fa7c632ee4 b7da78284d4c |
line wrap: on
line diff
--- a/src/abbrev.c Thu Jun 23 13:58:24 2005 +0000 +++ b/src/abbrev.c Thu Jun 23 16:04:28 2005 +0000 @@ -442,7 +442,7 @@ val = SYMBOL_VALUE (Vlast_abbrev); if (!STRINGP (val)) - error ("value of abbrev-symbol must be a string"); + error ("Value of `abbrev-symbol' must be a string"); zv_before = ZV; del_range_byte (PT_BYTE, PT_BYTE + SBYTES (val), 1); /* Don't inherit properties here; just copy from old contents. */
