]> git.eshelyaron.com Git - emacs.git/commitdiff
better description
authorAndrea Corallo <akrl@sdf.org>
Mon, 23 Sep 2019 10:45:06 +0000 (12:45 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:54 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index 78455d5e7e5b5038f1c96b1023fd4e4eed70d92b..c685a516667acf4e022c88f3730aa52b54c240d1 100644 (file)
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 ;; This code is an attempt to make the pig fly.
-;; Or, to put it another way to make a Carrera out of a turbocharged VW Bug.
+;; Or, to put it another way to make a 911 out of a turbocharged VW Bug.
 
 ;;; Code:
 
@@ -1552,7 +1552,8 @@ Prepare every function for final compilation and drive the C back-end."
 ;;; Compiler type hints.
 ;; These are public entry points be used in user code to give comp suggestion
 ;; about types.
-;; Note that types will propagates.
+;; These can be used to implement CL style 'the', 'declare' or something like.
+;; Note: types will propagates.
 ;; WARNING: At speed >= 2 type checking is not performed anymore and suggestions
 ;; are assumed just to be true. Use with extreme caution...