Mercurial > hg > xemacs-beta
comparison man/xemacs/glossary.texi @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
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 asDired buffers. | 571 has a special significance to Emacs, such as Dired 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 |