diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-28 13:54:24 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-07-28 13:54:24 +0800 |
commit | 0f91f03c05dd9be6dbcb7eecd784ccaf0fc7a24b (patch) | |
tree | da02a4f6673d04f8fca02e9af8eecc7cc83d0b9f /doc/emacs/glossary.texi | |
parent | ddeffb1731ce40c162287c683a30d12382543b31 (diff) | |
download | emacs-0f91f03c05dd9be6dbcb7eecd784ccaf0fc7a24b.tar.gz |
* doc/emacs/glossary.texi (Glossary): Add some entries.
Diffstat (limited to 'doc/emacs/glossary.texi')
-rw-r--r-- | doc/emacs/glossary.texi | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/emacs/glossary.texi b/doc/emacs/glossary.texi index ee41313c10f..0cf253396ff 100644 --- a/doc/emacs/glossary.texi +++ b/doc/emacs/glossary.texi @@ -4,6 +4,7 @@ @c See file emacs.texi for copying conditions. @node Glossary @unnumbered Glossary +@cindex glossary @table @asis @anchor{Glossary---Abbrev} @@ -18,7 +19,10 @@ Aborting means getting out of a recursive edit (q.v.). The commands @kbd{C-]} and @kbd{M-x top-level} are used for this. @xref{Quitting}. -@c FIXME? Active Region +@item Active Region +Setting the mark (q.v.) at a position in the text also activates it. +When the mark is active, we call the region an active region. +@xref{Mark}. @item Alt Alt is the name of a modifier bit that a keyboard input character may @@ -183,6 +187,11 @@ particular alphabet or script. @xref{International}. @item Character Terminal @xref{Glossary---Text Terminal}. +@item Chord +A chord is a key sequence (q.v.) in which the keys are pressed at the +same time. For example: @kbd{S-M-C-a}. You can hold down a chord to +repeat its command. + @item Click Event A click event is the kind of input event (q.v.@:) generated when you press a mouse button and release it without moving the mouse. @@ -1365,7 +1374,10 @@ are not in a recursive editing level (q.v.@:) or the minibuffer (q.v.), and not in the middle of a command. You can get back to top level by aborting (q.v.@:) and quitting (q.v.). @xref{Quitting}. -@c FIXME? Transient Mark Mode +@item Transient Mark Mode +Transient Mark mode gives you much of the standard +selection-highlighting behavior of other editors. In GNU Emacs 23 and +onwards, it is enabled by default. @xref{Disabled Transient Mark}. @item Transposition Transposing two units of text means putting each one into the place |