From f9d805cef3ef9a9818ef09e77c4379d23c2afb55 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 13 Mar 2025 13:37:25 +0100 Subject: [PATCH] ; Fix recent defvar-local docstring metavars. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index c027fea5caa..689f6c362a9 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -196,7 +196,7 @@ pair. "Define SYMBOL as a buffer-local variable with default value VALUE. Like `defvar' but additionally marks the variable as being automatically buffer-local wherever it is set. -\n(fn symbol &optional value docstring)" +\n(fn SYMBOL &optional VALUE DOCSTRING)" (declare (debug defvar) (doc-string 3) (indent 2)) ;; Can't use backquote here, it's too early in the bootstrap. (let ((value (car-safe args))