]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix recent defvar-local docstring metavars.
authorBasil L. Contovounesios <basil@contovou.net>
Thu, 13 Mar 2025 12:37:25 +0000 (13:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Mar 2025 15:28:03 +0000 (16:28 +0100)
(cherry picked from commit f9d805cef3ef9a9818ef09e77c4379d23c2afb55)

lisp/subr.el

index 9e1f9ee85e382f346600899a6d78ffa63d0ca826..d5aa211a30d06741d5f7f72f6c2599a8eec2eb37 100644 (file)
@@ -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))