summaryrefslogtreecommitdiff
path: root/src/abbrev.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-23 16:04:28 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-23 16:04:28 +0000
commitddc104f7dcd1229cd1cfa116e02a7923a142c935 (patch)
tree04f8497ee012280260bd196cb772a05e54bc744b /src/abbrev.c
parent8c4ed5105fdfddc0ec6e1884811c43e7b4c9cef2 (diff)
downloademacs-ddc104f7dcd1229cd1cfa116e02a7923a142c935.tar.gz
(Funexpand_abbrev): Follow error conventions.
Diffstat (limited to 'src/abbrev.c')
-rw-r--r--src/abbrev.c2
1 files changed, 1 insertions, 1 deletions
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. */