]> git.eshelyaron.com Git - emacs.git/commitdiff
(Funexpand_abbrev): Follow error conventions.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 16:04:28 +0000 (16:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 16:04:28 +0000 (16:04 +0000)
src/abbrev.c

index ac132f20023f1a482215a9590229ff6d64f1e9b3..3883e35da312a0d2caa20f7188a2f7f481ef2e69 100644 (file)
@@ -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.  */