mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
(Defining Abbrevs): Mention `define-abbrev' 'force
value for system-flag argument.
This commit is contained in:
parent
8d4a66af92
commit
4e34846db4
1 changed files with 4 additions and 1 deletions
|
|
@ -165,7 +165,10 @@ returns @code{nil}, @code{expand-abbrev} also returns @code{nil}, as
|
|||
if expansion had not really occurred.
|
||||
|
||||
If @var{system-flag} is non-@code{nil}, that marks the abbrev as a
|
||||
``system'' abbrev with the @code{system-type} property.
|
||||
``system'' abbrev with the @code{system-type} property. Unless
|
||||
@var{system-flag} has the value @code{force}, a ``system'' abbrev will
|
||||
not overwrite an existing definition for a non-``system'' abbrev of the
|
||||
same name.
|
||||
|
||||
Normally the function @code{define-abbrev} sets the variable
|
||||
@code{abbrevs-changed} to @code{t}, if it actually changes the abbrev.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue