changeset 63693:3b481dca1cd5

(Funexpand_abbrev): Follow error conventions.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Jun 2005 16:04:28 +0000
parents 1707ee95a0b3
children 8f10ba0f0a86
files src/abbrev.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.  */