* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix string-search.
This commit is contained in:
parent
6546ebcb97
commit
fbfb503012
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ Useful to hook into pass checkers.")
|
|||
(string-lessp (function ((or string symbol) (or string symbol)) boolean))
|
||||
(string-make-multibyte (function (string) string))
|
||||
(string-make-unibyte (function (string) string))
|
||||
(string-search (function (string string &optional integer) integer))
|
||||
(string-search (function (string string &optional integer) (or integer null)))
|
||||
(string-to-char (function (string) fixnum))
|
||||
(string-to-multibyte (function (string) string))
|
||||
(string-to-number (function (string &optional integer) number))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue