diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-27 03:02:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-27 03:02:32 +0000 |
commit | 0776c3a843f8be293948f65de8b3818b71e5883d (patch) | |
tree | ca855028e6f298f4f2f8197317213291e5932b7f /man | |
parent | 861d9ef6366a5f80cb0bc108792c751c22774eb8 (diff) | |
download | emacs-0776c3a843f8be293948f65de8b3818b71e5883d.tar.gz |
Add Border.
Diffstat (limited to 'man')
-rw-r--r-- | man/glossary.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/glossary.texi b/man/glossary.texi index 638e91a670a..65f9e6665b7 100644 --- a/man/glossary.texi +++ b/man/glossary.texi @@ -105,6 +105,15 @@ Bookmarks are akin to registers (q.v.@:) in that they record positions in buffers to which you can return later. Unlike registers, bookmarks persist between Emacs sessions. +@item Border +A border is a thin space along the edge of the frame, used just for +spacing, not for displaying anything. An Emacs frame has an ordinary +external border, outside of everything including the menu bar, plus an +internal border that surrounds the text windows and their scroll bars +and separates them from the menu bar and tool bar. You can customize +both borders with options and resources (@pxref{Borders X}). Borders +are not the same as fringes (q.v.@:). + @item Buffer The buffer is the basic editing unit; one buffer corresponds to one text being edited. You can have several buffers, but at any time you are |