]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary @refill.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 29 Sep 2013 04:30:11 +0000 (12:30 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 29 Sep 2013 04:30:11 +0000 (12:30 +0800)
doc/emacs/ChangeLog
doc/emacs/fortran-xtra.texi

index f356d35f1c54bdd6ec7c7c956d6819fdeeed330d..2dab6535a84401b42387e9477a3af6b1aa9dfd25 100644 (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.
index da618fc4841cd127a18b317ee6d1c15e3c0476dc..ec178153b6b95fdbfc5b57a3a223057a4e86ff2c 100644 (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.