diff man/buffers.texi @ 77129:4805684e0b00

wording for 8.5x11
author Karl Berry <karl@gnu.org>
date Wed, 11 Apr 2007 20:57:52 +0000
parents 3d45362f1d38
children 02b9a9aa5b0c e6fdae9180d4
line wrap: on
line diff
--- a/man/buffers.texi	Wed Apr 11 20:06:57 2007 +0000
+++ b/man/buffers.texi	Wed Apr 11 20:57:52 2007 +0000
@@ -573,14 +573,14 @@
 buffer name.  To select one, customize the variable
 @code{uniquify-buffer-name-style} (@pxref{Easy Customization}).
 
-  For instance, the @code{forward} naming method puts part of the
-directory name at the beginning of the buffer name; using this method,
-buffers visiting @file{/u/rms/tmp/Makefile} and
+  To begin with, the @code{forward} naming method includes part of the
+file's directory name at the beginning of the buffer name; using this
+method, buffers visiting the files @file{/u/rms/tmp/Makefile} and
 @file{/usr/projects/zaphod/Makefile} would be named
 @samp{tmp/Makefile} and @samp{zaphod/Makefile}, respectively (instead
 of @samp{Makefile} and @samp{Makefile<2>}).
 
-  By contrast, the @code{post-forward} naming method would call the
+  In contrast, the @code{post-forward} naming method would call the
 buffers @samp{Makefile|tmp} and @samp{Makefile|zaphod}, and the
 @code{reverse} naming method would call them @samp{Makefile\tmp} and
 @samp{Makefile\zaphod}.  The nontrivial difference between