]> git.eshelyaron.com Git - emacs.git/commitdiff
(Editing Abbrevs): Describe how to disable a system abbrev.
authorGlenn Morris <rgm@gnu.org>
Tue, 16 Jan 2007 00:38:24 +0000 (00:38 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 16 Jan 2007 00:38:24 +0000 (00:38 +0000)
man/abbrevs.texi

index bea460a9a615f06266150bdde0368f61d320dae5..2ed61dfa9181a8bd12c53b175c52438493dd2089 100644 (file)
@@ -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 @@ the end of the line is the expansion.
   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)}