changeset 75244:8dfe487a552a

(Editing Abbrevs): Describe how to disable a system abbrev.
author Glenn Morris <rgm@gnu.org>
date Tue, 16 Jan 2007 00:38:24 +0000
parents 1e6b9b61cd88
children 2193e586660d
files man/abbrevs.texi
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/abbrevs.texi	Tue Jan 16 00:37:09 2007 +0000
+++ b/man/abbrevs.texi	Tue Jan 16 00:38:24 2007 +0000
@@ -1,6 +1,6 @@
 @c This is part of the Emacs manual.
 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2002, 2003,
-@c   2004, 2005, 2006 Free Software Foundation, Inc.
+@c   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Abbrevs
 @chapter Abbrevs
@@ -258,6 +258,8 @@
   Some abbrevs are marked with @samp{(sys)}.  These ``system'' abbrevs
 (@pxref{Abbrevs,,, elisp, The Emacs Lisp Reference Manual}) are
 pre-defined by various modes, and are not saved to your abbrev file.
+To disable a ``system'' abbrev, define an abbrev of the same name that
+expands to itself, and save it to your abbrev file.
 
 @findex edit-abbrevs
 @kindex C-c C-c @r{(Edit Abbrevs)}