mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
*** empty log message ***
This commit is contained in:
parent
559cee90ab
commit
015b5f78b9
@ -119,7 +119,6 @@ describing in English the kind of abbrev this will be (typically,
|
||||
the user. The argument @var{arg} is the number of words in the
|
||||
expansion.
|
||||
|
||||
|
||||
The return value is the symbol that internally represents the new
|
||||
abbrev, or @code{nil} if the user declines to confirm redefining an
|
||||
existing abbrev.
|
||||
@ -139,7 +138,6 @@ The argument @var{name} should be a string. The argument
|
||||
@code{nil}, then the abbreviation ``expands'' solely by running
|
||||
@var{hook}.
|
||||
|
||||
|
||||
The argument @var{hook} is a function or @code{nil}. If @var{hook} is
|
||||
non-@code{nil}, then it is called with no arguments after the abbrev is
|
||||
replaced with @var{expansion}; point is located at the end of
|
||||
@ -232,7 +230,6 @@ follow an abbrev, this command does nothing. The command returns the
|
||||
abbrev symbol if it did expansion, @code{nil} otherwise.
|
||||
@end deffn
|
||||
|
||||
|
||||
@deffn Command abbrev-prefix-mark &optional arg
|
||||
Mark current point as the beginning of an abbrev. The next call to
|
||||
@code{expand-abbrev} will use the text from here to point (where it is
|
||||
|
Loading…
Reference in New Issue
Block a user