From: Richard M. Stallman Date: Mon, 3 Jul 2006 15:51:09 +0000 (+0000) Subject: (Narrowing): Minor cleanups. X-Git-Tag: emacs-pretest-22.0.90~1737 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d40afcebf79e0dc2ecc659cb8f64a680009a180c;p=emacs.git (Narrowing): Minor cleanups. --- diff --git a/man/misc.texi b/man/misc.texi index 88659aa4528..b1e31024de1 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -1776,11 +1776,11 @@ rectangle moves along with the text inside the rectangle. making the rest temporarily inaccessible. The portion which you can still get to is called the @dfn{accessible portion}. Canceling the narrowing, which makes the entire buffer once again accessible, is -called @dfn{widening}. The amount of narrowing in effect in a buffer at -any time is called the buffer's @dfn{restriction}. +called @dfn{widening}. The bounds of narrowing in effect in a buffer +are called the buffer's @dfn{restriction}. Narrowing can make it easier to concentrate on a single subroutine or -paragraph by eliminating clutter. It can also be used to restrict the +paragraph by eliminating clutter. It can also be used to limit the range of operation of a replace command or repeating keyboard macro. @table @kbd