From: Juanma Barranquero Date: Thu, 23 Jun 2005 16:04:28 +0000 (+0000) Subject: (Funexpand_abbrev): Follow error conventions. X-Git-Tag: emacs-pretest-22.0.90~8707 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4db983a998ff67c3ca7872bf3623559e5da9488;p=emacs.git (Funexpand_abbrev): Follow error conventions. --- 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. */