comparison lisp/abbrev.el @ 41142:0bc0a24777ff

Doc fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 16 Nov 2001 14:15:23 +0000
parents 0f074a905ca2
children 099200f97432
comparison
equal deleted inserted replaced
41141:0108cbeed23d 41142:0bc0a24777ff
49 49
50 (defcustom abbrev-mode nil 50 (defcustom abbrev-mode nil
51 "Toggle abbrev mode. 51 "Toggle abbrev mode.
52 Non-nil means automatically expand abbrevs as they are inserted. 52 Non-nil means automatically expand abbrevs as they are inserted.
53 53
54 This variable automatically becomes buffer-local when set in any fashion.
55 Changing it with \\[customize] sets the default value. 54 Changing it with \\[customize] sets the default value.
56 Use the command `abbrev-mode' to enable or disable Abbrev mode in the current 55 Use the command `abbrev-mode' to enable or disable Abbrev mode in the current
57 buffer." 56 buffer."
58 :type 'boolean 57 :type 'boolean
59 :group 'abbrev-mode) 58 :group 'abbrev-mode)