comparison man/new-users-guide/custom1.texi @ 904:47c30044fc4e

[xemacs-hg @ 2002-07-06 18:56:24 by adrian] [R21.4] [PATCH] xemacs-21.5: Fix improper use of indef. art. "a" -------------------- ChangeLog entries follow: -------------------- man/ChangeLog addition: 2002-07-06 Adrian Aichner <adrian@xemacs.org> * new-users-guide/custom1.texi (Customizing key Bindings): Fix improper use of indef. art. "a". 2002-07-06 Adrian Aichner <adrian@xemacs.org> * lispref/commands.texi (Peeking and Discarding): Ditto. * lispref/customize.texi (Type Keywords): Ditto. * lispref/dragndrop.texi (Drop Interface): Ditto. 2002-07-06 Adrian Aichner <adrian@xemacs.org> * termcap.texi (Clearing): Ditto. * widget.texi (User Interface): Ditto. * widget.texi (Basic Types): Ditto. * widget.texi (group): Ditto.
author adrian
date Sat, 06 Jul 2002 18:56:31 +0000
parents 0784d089fdc9
children
comparison
equal deleted inserted replaced
903:4a27df428c73 904:47c30044fc4e
76 @end example 76 @end example
77 77
78 @noindent 78 @noindent
79 You might want to have this statement in your @file{init.el} file because 79 You might want to have this statement in your @file{init.el} file because
80 its easy to hit this command by mistake and it could be annoying to exit 80 its easy to hit this command by mistake and it could be annoying to exit
81 Emacs unintentionally. There is a @b{Exit Emacs} option in the @b{File 81 Emacs unintentionally. There is an @b{Exit Emacs} option in the @b{File
82 menu} which you might want to use instead. To make a particular key 82 menu} which you might want to use instead. To make a particular key
83 undefined you can also use: 83 undefined you can also use:
84 84
85 @example 85 @example
86 (global-unset-key "\C-x\C-c") 86 (global-unset-key "\C-x\C-c")