From: Basil L. Contovounesios Date: Thu, 13 Mar 2025 12:37:25 +0000 (+0100) Subject: ; Fix recent defvar-local docstring metavars. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0385c19be6d0668426f4d481a6d4c9e0c842be14;p=emacs.git ; Fix recent defvar-local docstring metavars. (cherry picked from commit f9d805cef3ef9a9818ef09e77c4379d23c2afb55) --- 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))