Mercurial > emacs
comparison lisp/progmodes/icon.el @ 19834:63f793f84d0f
(icon-tab-always-indent): Fix customize type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Sep 1997 02:58:47 +0000 |
parents | d7ba4cdf0e37 |
children | f3f9df46d008 |
comparison
equal
deleted
inserted
replaced
19833:fdcd167cb293 | 19834:63f793f84d0f |
---|---|
120 | 120 |
121 (defcustom icon-tab-always-indent t | 121 (defcustom icon-tab-always-indent t |
122 "*Non-nil means TAB in Icon mode should always reindent the current line. | 122 "*Non-nil means TAB in Icon mode should always reindent the current line. |
123 It will then reindent, regardless of where in the line point is | 123 It will then reindent, regardless of where in the line point is |
124 when the TAB command is used." | 124 when the TAB command is used." |
125 :type 'integer | 125 :type 'boolean |
126 :group 'icon) | 126 :group 'icon) |
127 | 127 |
128 (defvar icon-imenu-generic-expression | 128 (defvar icon-imenu-generic-expression |
129 '((nil "^[ \t]*procedure[ \t]+\\(\\sw+\\)[ \t]*(" 1)) | 129 '((nil "^[ \t]*procedure[ \t]+\\(\\sw+\\)[ \t]*(" 1)) |
130 "Imenu expression for Icon mode. See `imenu-generic-expression'.") | 130 "Imenu expression for Icon mode. See `imenu-generic-expression'.") |