1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2000-01-11 04:28:13 +00:00
parent 559cee90ab
commit 015b5f78b9

View File

@ -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 the user. The argument @var{arg} is the number of words in the
expansion. expansion.
The return value is the symbol that internally represents the new The return value is the symbol that internally represents the new
abbrev, or @code{nil} if the user declines to confirm redefining an abbrev, or @code{nil} if the user declines to confirm redefining an
existing abbrev. 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 @code{nil}, then the abbreviation ``expands'' solely by running
@var{hook}. @var{hook}.
The argument @var{hook} is a function or @code{nil}. If @var{hook} is 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 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 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. abbrev symbol if it did expansion, @code{nil} otherwise.
@end deffn @end deffn
@deffn Command abbrev-prefix-mark &optional arg @deffn Command abbrev-prefix-mark &optional arg
Mark current point as the beginning of an abbrev. The next call to 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 @code{expand-abbrev} will use the text from here to point (where it is