Changeset 29199

Show
Ignore:
Timestamp:
01/29/09 00:41:53 (4 years ago)
Author:
imakado
Message:

added customize group

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/elisp/php-completion/trunk/php-completion.el

    r29182 r29199  
    2929 
    3030;;; Customize Variables 
     31(defgroup php-completion nil 
     32  "php-completion" 
     33  :group 'php-completion) 
     34 
    3135(defcustom phpcmp-browse-function 'browse-url 
    32   "called with one argment URI") 
     36  "called with one argment URI" 
     37  :group 'php-completion 
     38  :type 'function) 
    3339 
    3440(defcustom phpcmp-manual-url-format "http://jp2.php.net/manual-lookup.php?lang=ja&pattern=%s" 
    35   "see `phpcmp-search-url'") 
    36  
     41  "`%s' is replaced to query. 
     42see `phpcmp-search-url'" 
     43  :group 'php-completion 
     44  :type 'string) 
    3745 
    3846(defvar phpcmp-php-type