Next: , Previous: , Up: An Introduction to Programming in Emacs Lisp   [Contents][Index]

6 Narrowing and Widening

Narrowing is a feature of Emacs that makes it possible for you to focus on a specific part of a buffer, and work without accidentally changing other parts. Narrowing is normally disabled since it can confuse novices.