From d4db983a998ff67c3ca7872bf3623559e5da9488 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 23 Jun 2005 16:04:28 +0000 Subject: [PATCH] (Funexpand_abbrev): Follow error conventions. --- src/abbrev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/abbrev.c b/src/abbrev.c index ac132f20023..3883e35da31 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -442,7 +442,7 @@ is not undone. */) 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. */ -- 2.39.2