emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f9d805cef3e: ; Fix recent defvar-local docstring metavars.


From: Basil L. Contovounesios
Subject: master f9d805cef3e: ; Fix recent defvar-local docstring metavars.
Date: Thu, 13 Mar 2025 08:51:30 -0400 (EDT)

branch: master
commit f9d805cef3ef9a9818ef09e77c4379d23c2afb55
Author: Basil L. Contovounesios <basil@contovou.net>
Commit: Basil L. Contovounesios <basil@contovou.net>

    ; 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]