diff options
| author | Xue Fuqiao | 2013-09-29 12:30:11 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-29 12:30:11 +0800 |
| commit | 4ec3c26861690141a17134cba95315353573c8b6 (patch) | |
| tree | bcbbb533f076d12c73e84efc12dcde8c2d0177c5 | |
| parent | 0bf29ba6175b2866fcab4015e865e5008904ed6e (diff) | |
| download | emacs-4ec3c26861690141a17134cba95315353573c8b6.tar.gz emacs-4ec3c26861690141a17134cba95315353573c8b6.zip | |
Remove unnecessary @refill.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/fortran-xtra.texi | 2 |
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 @@ | |||
| 1 | 2013-09-29 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * fortran-xtra.texi (Fortran Abbrev): Remove @refill. | ||
| 4 | |||
| 1 | 2013-09-26 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-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. | |||
| 575 | semicolon. For example, one built-in Fortran abbrev is @samp{;c} for | 575 | semicolon. 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 |
| 577 | character such as a space or a newline, the @samp{;c} expands automatically | 577 | character such as a space or a newline, the @samp{;c} expands automatically |
| 578 | to @samp{continue}, provided Abbrev mode is enabled.@refill | 578 | to @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 |
| 581 | Fortran abbrevs and what they stand for. | 581 | Fortran abbrevs and what they stand for. |