From 4a639f3ae9594f0d16835d5151b6dda7e83e1a1f Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 27 Nov 2019 00:23:56 +0100 Subject: [PATCH] documentation nit --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index b225d4d9297..273bda8220f 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -270,7 +270,7 @@ structure.") :documentation "When const-vld non nil this is used for holding a value known at compile time.") (type nil - :documentation "When non nil is used for type when known at compile + :documentation "When non nil indicates the type when known at compile time.") (ref nil :type boolean :documentation "When t the m-var is involved in a call where is passed by -- 2.39.5