]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 2000 04:28:13 +0000 (04:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Jan 2000 04:28:13 +0000 (04:28 +0000)
lispref/abbrevs.texi

index 455014a16ba7902a110640b25874cb9d3fbd1c09..0f47889b6be8298b99ac6b7fba9157f0b83cfc04 100644 (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
 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