Mercurial > hg > xemacs-beta
comparison lisp/abbrev.el @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 41ff10fd062f |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
29 ;; This file is dumped with XEmacs. | 29 ;; This file is dumped with XEmacs. |
30 | 30 |
31 ;; This facility is documented in the Emacs Manual. | 31 ;; This facility is documented in the Emacs Manual. |
32 | 32 |
33 ;;; Code: | 33 ;;; Code: |
34 | |
35 (defgroup abbrev nil | |
36 "Abbreviation handling, typing shortcuts, macros." | |
37 :tag "Abbreviations" | |
38 :group 'editing) | |
39 | |
40 (defgroup abbrev-mode nil | |
41 "Word abbreviations mode." | |
42 :group 'abbrev) | |
34 | 43 |
35 ;jwz: this is preloaded so don't ;;;###autoload | 44 ;jwz: this is preloaded so don't ;;;###autoload |
36 (defcustom only-global-abbrevs nil "\ | 45 (defcustom only-global-abbrevs nil "\ |
37 *Non-nil means user plans to use global abbrevs only. | 46 *Non-nil means user plans to use global abbrevs only. |
38 Makes the commands to define mode-specific abbrevs define global ones instead." | 47 Makes the commands to define mode-specific abbrevs define global ones instead." |