diff options
Diffstat (limited to 'lispref/abbrevs.texi')
-rw-r--r-- | lispref/abbrevs.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi index 175bfb6824f..674082b6289 100644 --- a/lispref/abbrevs.texi +++ b/lispref/abbrevs.texi @@ -54,7 +54,7 @@ of abbrevs when their abbreviations are inserted into a buffer. If the value is @code{nil}, abbrevs may be defined, but they are not expanded automatically. -This variable automatically becomes local when set in any fashion. +This variable automatically becomes buffer-local when set in any fashion. @end defvar @defvar default-abbrev-mode @@ -337,10 +337,6 @@ it is the local abbrev table in all buffers in Fundamental mode. This is the local abbrev table used in Text mode. @end defvar -@defvar c-mode-abbrev-table -This is the local abbrev table used in C mode. -@end defvar - @defvar lisp-mode-abbrev-table This is the local abbrev table used in Lisp mode and Emacs Lisp mode. @end defvar |