diff options
Diffstat (limited to 'lisp/progmodes/sql.el')
| -rw-r--r-- | lisp/progmodes/sql.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 7a51739c5f3..069acdb1046 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -905,7 +905,7 @@ it automatically." | |||
| 905 | (const :tag "Default Terminator" t) | 905 | (const :tag "Default Terminator" t) |
| 906 | (string :tag "Terminator String") | 906 | (string :tag "Terminator String") |
| 907 | (cons :tag "Terminator Pattern and String" | 907 | (cons :tag "Terminator Pattern and String" |
| 908 | (string :tag "Terminator Pattern") | 908 | (regexp :tag "Terminator Pattern") |
| 909 | (string :tag "Terminator String"))) | 909 | (string :tag "Terminator String"))) |
| 910 | :version "22.2" | 910 | :version "22.2" |
| 911 | :group 'SQL) | 911 | :group 'SQL) |
| @@ -1033,7 +1033,7 @@ All products share this list; products should define a regexp to | |||
| 1033 | identify additional keywords in a variable defined by | 1033 | identify additional keywords in a variable defined by |
| 1034 | the :statement feature." | 1034 | the :statement feature." |
| 1035 | :version "24.1" | 1035 | :version "24.1" |
| 1036 | :type 'string | 1036 | :type 'regexp |
| 1037 | :group 'SQL) | 1037 | :group 'SQL) |
| 1038 | 1038 | ||
| 1039 | ;; Customization for Oracle | 1039 | ;; Customization for Oracle |