Remove unnecessary @refill.

This commit is contained in:
Xue Fuqiao 2013-09-29 12:30:11 +08:00
parent 0bf29ba617
commit 4ec3c26861
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
* fortran-xtra.texi (Fortran Abbrev): Remove @refill.
2013-09-26 Xue Fuqiao <xfq.free@gmail.com>
* dired.texi (Flagging Many Files): Use @emph instead of @strong.

View file

@ -575,7 +575,7 @@ yourself. To use them, you must turn on Abbrev mode.
semicolon. For example, one built-in Fortran abbrev is @samp{;c} for
@samp{continue}. If you insert @samp{;c} and then insert a punctuation
character such as a space or a newline, the @samp{;c} expands automatically
to @samp{continue}, provided Abbrev mode is enabled.@refill
to @samp{continue}, provided Abbrev mode is enabled.
Type @samp{;?} or @samp{;C-h} to display a list of all the built-in
Fortran abbrevs and what they stand for.