diff options
| author | Richard M. Stallman | 1997-09-09 02:58:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-09-09 02:58:47 +0000 |
| commit | 8c36e64841e7c7afc3cc1dc597dff594b281427d (patch) | |
| tree | 1a69da541eb564b20535c1f93ab8cfb61f4d26e5 | |
| parent | 39f2ec46d310298a6c366d84c2a2e66b0cc202be (diff) | |
| download | emacs-8c36e64841e7c7afc3cc1dc597dff594b281427d.tar.gz emacs-8c36e64841e7c7afc3cc1dc597dff594b281427d.zip | |
(icon-tab-always-indent): Fix customize type.
| -rw-r--r-- | lisp/progmodes/icon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el index 44d891fb148..2dbd9a3a726 100644 --- a/lisp/progmodes/icon.el +++ b/lisp/progmodes/icon.el | |||
| @@ -122,7 +122,7 @@ This applies when braces are inserted." | |||
| 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 |