diff options
| author | Dave Love | 2001-02-07 23:25:59 +0000 |
|---|---|---|
| committer | Dave Love | 2001-02-07 23:25:59 +0000 |
| commit | 7c5fd35547e357da3a1f346c9b1d5b51f3f70e83 (patch) | |
| tree | ab9492a79a4966ecf00bf6c0fd68f96edba00282 | |
| parent | 2dc0d851971bff353c678c180535475f1a8b7c29 (diff) | |
| download | emacs-7c5fd35547e357da3a1f346c9b1d5b51f3f70e83.tar.gz emacs-7c5fd35547e357da3a1f346c9b1d5b51f3f70e83.zip | |
(ada-popup-key): Fix :type.
| -rw-r--r-- | lisp/progmodes/ada-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 70c78ed1d2f..87077367907 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> | 6 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> |
| 7 | ;; Emmanuel Briot <briot@gnat.com> | 7 | ;; Emmanuel Briot <briot@gnat.com> |
| 8 | ;; Maintainer: Emmanuel Briot <briot@gnat.com> | 8 | ;; Maintainer: Emmanuel Briot <briot@gnat.com> |
| 9 | ;; Ada Core Technologies's version: $Revision: 1.37 $ | 9 | ;; Ada Core Technologies's version: $Revision: 1.38 $ |
| 10 | ;; Keywords: languages ada | 10 | ;; Keywords: languages ada |
| 11 | 11 | ||
| 12 | ;; This file is not part of GNU Emacs | 12 | ;; This file is not part of GNU Emacs |
| @@ -311,7 +311,7 @@ not to 'begin'." | |||
| 311 | (defcustom ada-popup-key '[down-mouse-3] | 311 | (defcustom ada-popup-key '[down-mouse-3] |
| 312 | "*Key used for binding the contextual menu. | 312 | "*Key used for binding the contextual menu. |
| 313 | If nil, no contextual menu is available." | 313 | If nil, no contextual menu is available." |
| 314 | :type '(restricted-regexp :match-alternatives '(stringp vectorp)) | 314 | :type '(restricted-sexp :match-alternatives (stringp vectorp)) |
| 315 | :group 'ada) | 315 | :group 'ada) |
| 316 | 316 | ||
| 317 | (defcustom ada-search-directories | 317 | (defcustom ada-search-directories |