mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
Make doc argument of emerge-defvar-local optional
* lisp/vc/emerge.el (emerge-defvar-local): Make doc argument optional.
This commit is contained in:
parent
4dcbdb90d5
commit
e0726bca40
@ -26,7 +26,7 @@
|
||||
|
||||
;;; Macros
|
||||
|
||||
(defmacro emerge-defvar-local (symbol value doc)
|
||||
(defmacro emerge-defvar-local (symbol value &optional doc)
|
||||
"Define SYMBOL as an advertised buffer-local variable.
|
||||
Run `defvar-local', setting the value of the variable to VALUE
|
||||
and its docstring to DOC.
|
||||
|
Loading…
Reference in New Issue
Block a user