From: Richard M. Stallman Date: Tue, 11 Jan 2000 04:28:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5400 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=015b5f78b987e557ae5aa5dd9af21b7f4204b4c4;p=emacs.git *** empty log message *** --- diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi index 455014a16ba..0f47889b6be 100644 --- a/lispref/abbrevs.texi +++ b/lispref/abbrevs.texi @@ -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