mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* doc/emacs/dired.texi (Flagging Many Files): Use @emph instead of @strong.
This commit is contained in:
parent
798b870725
commit
09f62a15c0
2 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2013-09-26 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
||||
* dired.texi (Flagging Many Files): Use @emph instead of @strong.
|
||||
|
||||
* emacs.texi (Intro): Minor cleanup.
|
||||
|
||||
2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
|
||||
|
|
|
|||
|
|
@ -281,9 +281,9 @@ say they are backup files---that is, files whose names end in
|
|||
the backup files for deletion: all but the oldest few and newest few
|
||||
backups of any one file. Normally, the number of newest versions kept
|
||||
for each file is given by the variable @code{dired-kept-versions}
|
||||
(@strong{not} @code{kept-new-versions}; that applies only when
|
||||
saving). The number of oldest versions to keep is given by the
|
||||
variable @code{kept-old-versions}.
|
||||
(@emph{not} @code{kept-new-versions}; that applies only when saving).
|
||||
The number of oldest versions to keep is given by the variable
|
||||
@code{kept-old-versions}.
|
||||
|
||||
Period with a positive numeric argument, as in @kbd{C-u 3 .},
|
||||
specifies the number of newest versions to keep, overriding
|
||||
|
|
|
|||
Loading…
Reference in a new issue