]> code.delx.au - gnu-emacs/blobdiff - man/glossary.texi
Set a breakpoint on w32_abort.
[gnu-emacs] / man / glossary.texi
index c9dbcc952cffe34889cbeef7960c92614183e743..19939b72ffd3342f6eacfd7d90e465d4ea8f5576 100644 (file)
@@ -1,5 +1,6 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985,86,87,93,94,95,1997,2001 Free Software Foundation, Inc.
+@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
+@c   2003, 2004, 2005 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Glossary, Key Index, Intro, Top
 @unnumbered Glossary
@@ -573,7 +574,7 @@ Search}).  See also `font lock'.
 
 @item Hardcopy
 Hardcopy means printed output.  Emacs has commands for making printed
-listings of text in Emacs buffers.  @xref{Hardcopy}.
+listings of text in Emacs buffers.  @xref{Printing}.
 
 @item @key{HELP}
 @key{HELP} is the Emacs name for @kbd{C-h} or @key{F1}.  You can type
@@ -663,8 +664,8 @@ sequences of existing ones, with no need to write a Lisp program.
 @cindex keyboard shortcuts
 @item Keyboard Shortcut
 A keyboard shortcut is a key sequence (q.v.@:) which invokes a
-command.  What other programs call ``assign a keyboard shortcut''
-Emacs calls ``bind a key sequence''.  See `binding.'
+command.  What some programs call ``assigning a keyboard shortcut,''
+Emacs calls ``binding a key sequence''.  See `binding.'
 
 @item Key Sequence
 A key sequence (key, for short) is a sequence of input events (q.v.@:)
@@ -681,7 +682,7 @@ keymap binds the character @kbd{C-n} to the command function
 @item Keyboard Translation Table
 The keyboard translation table is an array that translates the character
 codes that come from the terminal into the character codes that make up
-key sequences.  @xref{Keyboard Translations}.
+key sequences.
 
 @item Kill Ring
 The kill ring is where all text you have killed recently is saved.
@@ -1077,7 +1078,7 @@ The selected frame is the one your input currently operates on.
 
 @item Selected Window
 The selected frame is the one your input currently operates on.
-@xref{Basic Windows}.
+@xref{Basic Window}.
 
 @item Selecting a Buffer
 Selecting a buffer means making it the current (q.v.@:) buffer.