comparison man/abbrevs.texi @ 83554:b8d9a391daf3

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-599 Merge from erc--main--0 * emacs@sv.gnu.org/emacs--devo--0--patch-600 Merge from erc--main--0 * emacs@sv.gnu.org/emacs--devo--0--patch-601 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-602 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-603 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-604 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-605 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-606 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-607 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-608 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-609 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-610 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-611 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-612 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-613 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-614 Make byte compiler correctly write circular constants * emacs@sv.gnu.org/emacs--devo--0--patch-615 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-616 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-617 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-618 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-192 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-193 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-194 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-195 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-196 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-594
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 29 Jan 2007 22:21:19 +0000
parents 4ad431d8e164
children 02b9a9aa5b0c 95d0cdf160ea
comparison
equal deleted inserted replaced
83553:32073cbc5eb6 83554:b8d9a391daf3
1 @c This is part of the Emacs manual. 1 @c This is part of the Emacs manual.
2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003, 2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, 2003,
3 @c 2004, 2005, 2006 Free Software Foundation, Inc. 3 @c 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
4 @c See file emacs.texi for copying conditions. 4 @c See file emacs.texi for copying conditions.
5 @node Abbrevs 5 @node Abbrevs
6 @chapter Abbrevs 6 @chapter Abbrevs
7 @cindex abbrevs 7 @cindex abbrevs
8 @cindex expansion (of abbrevs) 8 @cindex expansion (of abbrevs)
256 the end of the line is the expansion. 256 the end of the line is the expansion.
257 257
258 Some abbrevs are marked with @samp{(sys)}. These ``system'' abbrevs 258 Some abbrevs are marked with @samp{(sys)}. These ``system'' abbrevs
259 (@pxref{Abbrevs,,, elisp, The Emacs Lisp Reference Manual}) are 259 (@pxref{Abbrevs,,, elisp, The Emacs Lisp Reference Manual}) are
260 pre-defined by various modes, and are not saved to your abbrev file. 260 pre-defined by various modes, and are not saved to your abbrev file.
261 To disable a ``system'' abbrev, define an abbrev of the same name that
262 expands to itself, and save it to your abbrev file.
261 263
262 @findex edit-abbrevs 264 @findex edit-abbrevs
263 @kindex C-c C-c @r{(Edit Abbrevs)} 265 @kindex C-c C-c @r{(Edit Abbrevs)}
264 @kbd{M-x edit-abbrevs} allows you to add, change or kill abbrev 266 @kbd{M-x edit-abbrevs} allows you to add, change or kill abbrev
265 definitions by editing a list of them in an Emacs buffer. The list has 267 definitions by editing a list of them in an Emacs buffer. The list has