mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
(ada-popup-key): Fix :type.
This commit is contained in:
parent
61520f2613
commit
2bef3a39ac
@ -6,7 +6,7 @@
|
||||
;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
|
||||
;; Emmanuel Briot <briot@gnat.com>
|
||||
;; Maintainer: Emmanuel Briot <briot@gnat.com>
|
||||
;; Ada Core Technologies's version: $Revision: 1.35 $
|
||||
;; Ada Core Technologies's version: $Revision: 1.36 $
|
||||
;; Keywords: languages ada
|
||||
|
||||
;; This file is not part of GNU Emacs
|
||||
@ -311,7 +311,7 @@ not to 'begin'."
|
||||
(defcustom ada-popup-key '[down-mouse-3]
|
||||
"*Key used for binding the contextual menu.
|
||||
If nil, no contextual menu is available."
|
||||
:type 'string :group 'ada)
|
||||
:type '(choice vector string) :group 'ada)
|
||||
|
||||
(defcustom ada-search-directories
|
||||
'("." "$ADA_INCLUDE_PATH" "/usr/adainclude" "/usr/local/adainclude"
|
||||
|
Loading…
Reference in New Issue
Block a user