From 57fa9eb0fdd032cbb18b0d7836dd67a13ba8e1f8 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 18 May 2010 19:25:23 +0200 Subject: [PATCH] Corrected docstring of magit-custom-options --- magit.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/magit.el b/magit.el index 99dd1851..34b95aed 100644 --- a/magit.el +++ b/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)