@@ -60,16 +60,16 @@ The URL to use open PHP manual and search word."
60
60
You can replace \" en\" with your ISO language code."
61
61
:group 'php
62
62
:tag " PHP Manual URL"
63
- :type '(choice (const :tag " English" ' en )
64
- (const :tag " Brazilian Portuguese" ' pt_BR )
65
- (const :tag " Chinese (Simplified)" ' zh )
66
- (const :tag " French" ' fr )
67
- (const :tag " German" ' de )
68
- (const :tag " Japanese" ' ja )
69
- (const :tag " Romanian" ' ro )
70
- (const :tag " Russian" ' ru )
71
- (const :tag " Spanish" ' es )
72
- (const :tag " Turkish" ' tr )
63
+ :type '(choice (const :tag " English" en)
64
+ (const :tag " Brazilian Portuguese" pt_BR)
65
+ (const :tag " Chinese (Simplified)" zh)
66
+ (const :tag " French" fr)
67
+ (const :tag " German" de)
68
+ (const :tag " Japanese" ja)
69
+ (const :tag " Romanian" ro)
70
+ (const :tag " Russian" ru)
71
+ (const :tag " Spanish" es)
72
+ (const :tag " Turkish" tr)
73
73
(string :tag " PHP manual URL" )))
74
74
75
75
(defcustom php-search-url nil
@@ -411,8 +411,8 @@ can be used to match against definitions for that classlike."
411
411
(defcustom php-imenu-generic-expression 'php-imenu-generic-expression-default
412
412
" Default Imenu generic expression for PHP Mode. See `imenu-generic-expression' ."
413
413
:type '(choice (alist :key-type string :value-type list )
414
- (const ' php-imenu-generic-expression-legacy )
415
- (const ' php-imenu-generic-expression-simple )
414
+ (const php-imenu-generic-expression-legacy)
415
+ (const php-imenu-generic-expression-simple)
416
416
variable)
417
417
:group 'php )
418
418
@@ -492,8 +492,8 @@ Look at the `php-executable' variable instead of the constant \"php\" command."
492
492
" Regexp pattern variable-name of HTML detection."
493
493
:group 'php
494
494
:tag " PHP Re Detect HTML Tag"
495
- :type '(choice (const :tag " Default pattern" ' php-re-detect-html-tag-default )
496
- (const :tag " Aggressive pattern" ' php-re-detect-html-tag-aggressive )
495
+ :type '(choice (const :tag " Default pattern" php-re-detect-html-tag-default)
496
+ (const :tag " Aggressive pattern" php-re-detect-html-tag-aggressive)
497
497
(variable :tag " Variable name of RegExp pattern" )))
498
498
499
499
(defsubst php-re-detect-html-tag ()
0 commit comments