Corrected docstring of magit-custom-options
This commit is contained in:
parent
029bf08ea8
commit
57fa9eb0fd
1 changed files with 4 additions and 2 deletions
6
magit.el
6
magit.el
|
@ -1380,9 +1380,11 @@ FUNC should leave point at the end of the modified region"
|
|||
|
||||
;; Some keys show a list of commands and options
|
||||
|
||||
(defvar magit-custom-options
|
||||
(defvar magit-custom-options '()
|
||||
"This variable is for internal use by the magit menu
|
||||
functionality." '())
|
||||
functionality. Before executing a menu command, it is bound to
|
||||
the list of arguments corresponding to the options setted by
|
||||
the user on the menu.")
|
||||
|
||||
(defvar magit-menu
|
||||
(list '("Log" ?l "One line log" magit-log)
|
||||
|
|
Loading…
Reference in a new issue