mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
(Funexpand_abbrev): Follow error conventions.
This commit is contained in:
parent
74351e9fc2
commit
d4db983a99
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue