Mercurial > hg > xemacs-beta
comparison man/xemacs/glossary.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 972bbb6d6ca2 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
566 allow quoting. @xref{Basic,Quoting,Basic Editing}. | 566 allow quoting. @xref{Basic,Quoting,Basic Editing}. |
567 | 567 |
568 @item Read-only Buffer | 568 @item Read-only Buffer |
569 A read-only buffer is one whose text you are not allowed to change. | 569 A read-only buffer is one whose text you are not allowed to change. |
570 Normally Emacs makes buffers read-only when they contain text which | 570 Normally Emacs makes buffers read-only when they contain text which |
571 has a special significance to Emacs, such as Dired buffers. | 571 has a special significance to Emacs, such asDired buffers. |
572 Visiting a file that is write-protected also makes a read-only buffer. | 572 Visiting a file that is write-protected also makes a read-only buffer. |
573 @xref{Buffers}. | 573 @xref{Buffers}. |
574 | 574 |
575 @item Recursive Editing Level | 575 @item Recursive Editing Level |
576 A recursive editing level is a state in which part of the execution of | 576 A recursive editing level is a state in which part of the execution of |