aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-09-29 12:30:11 +0800
committerXue Fuqiao2013-09-29 12:30:11 +0800
commit4ec3c26861690141a17134cba95315353573c8b6 (patch)
treebcbbb533f076d12c73e84efc12dcde8c2d0177c5
parent0bf29ba6175b2866fcab4015e865e5008904ed6e (diff)
downloademacs-4ec3c26861690141a17134cba95315353573c8b6.tar.gz
emacs-4ec3c26861690141a17134cba95315353573c8b6.zip
Remove unnecessary @refill.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/fortran-xtra.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index f356d35f1c5..2dab6535a84 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12013-09-29 Xue Fuqiao <xfq.free@gmail.com>
2
3 * fortran-xtra.texi (Fortran Abbrev): Remove @refill.
4
12013-09-26 Xue Fuqiao <xfq.free@gmail.com> 52013-09-26 Xue Fuqiao <xfq.free@gmail.com>
2 6
3 * dired.texi (Flagging Many Files): Use @emph instead of @strong. 7 * dired.texi (Flagging Many Files): Use @emph instead of @strong.
diff --git a/doc/emacs/fortran-xtra.texi b/doc/emacs/fortran-xtra.texi
index da618fc4841..ec178153b6b 100644
--- a/doc/emacs/fortran-xtra.texi
+++ b/doc/emacs/fortran-xtra.texi
@@ -575,7 +575,7 @@ yourself. To use them, you must turn on Abbrev mode.
575semicolon. For example, one built-in Fortran abbrev is @samp{;c} for 575semicolon. For example, one built-in Fortran abbrev is @samp{;c} for
576@samp{continue}. If you insert @samp{;c} and then insert a punctuation 576@samp{continue}. If you insert @samp{;c} and then insert a punctuation
577character such as a space or a newline, the @samp{;c} expands automatically 577character such as a space or a newline, the @samp{;c} expands automatically
578to @samp{continue}, provided Abbrev mode is enabled.@refill 578to @samp{continue}, provided Abbrev mode is enabled.
579 579
580 Type @samp{;?} or @samp{;C-h} to display a list of all the built-in 580 Type @samp{;?} or @samp{;C-h} to display a list of all the built-in
581Fortran abbrevs and what they stand for. 581Fortran abbrevs and what they stand for.