From 0385c19be6d0668426f4d481a6d4c9e0c842be14 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. (cherry picked from commit f9d805cef3ef9a9818ef09e77c4379d23c2afb55) --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 9e1f9ee85e3..d5aa211a30d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -230,7 +230,7 @@ If FUNS is empty, expand to `identity'." "Define VAR 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)) -- 2.39.5