Mercurial > emacs
changeset 71586:044c5a8f7744
(Narrowing): Minor cleanups.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 03 Jul 2006 15:51:09 +0000 |
parents | 2bce43489a02 |
children | e48b5fb8be94 |
files | man/misc.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/misc.texi Mon Jul 03 15:50:37 2006 +0000 +++ b/man/misc.texi Mon Jul 03 15:51:09 2006 +0000 @@ -1776,11 +1776,11 @@ 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