]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix typo.
authorAndrea Corallo <akrl@sdf.org>
Thu, 7 Jan 2021 22:10:18 +0000 (23:10 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 7 Jan 2021 22:10:18 +0000 (23:10 +0100)
lisp/emacs-lisp/comp.el

index 88b6a4690dff76d9bde1447a766f3956d2ad5707..d1953b59f041be11717fc34b3358d57161004ad2 100644 (file)
@@ -410,7 +410,7 @@ Useful to hook into pass checkers.")
     (radians-to-degrees (function (number) float))
     (rassoc (function (t list) list))
     (rassq (function (t list) list))
-    (read-from-string (function (string &ptional integer integer) cons))
+    (read-from-string (function (string &optional integer integer) cons))
     (recent-keys (function (&optional (or cons null)) vector))
     (recursion-depth (function () integer))
     (regexp-opt (function (list) string))