update packages
This commit is contained in:
@@ -129,11 +129,11 @@ The value has the form ((COMMAND nil|PROMPT DEFAULT)...).
|
||||
:group 'magit-commands
|
||||
:type '(repeat
|
||||
(list (symbol :tag "Command") ; It might not be fboundp yet.
|
||||
(choice (const :tag "for all prompts" nil)
|
||||
(regexp :tag "for prompts matching regexp"))
|
||||
(choice (const :tag "offer other choices" nil)
|
||||
(const :tag "require confirmation" ask)
|
||||
(const :tag "use default without confirmation" t)))))
|
||||
(choice (const :tag "For all prompts" nil)
|
||||
(regexp :tag "For prompts matching regexp"))
|
||||
(choice (const :tag "Offer other choices" nil)
|
||||
(const :tag "Require confirmation" ask)
|
||||
(const :tag "Use default without confirmation" t)))))
|
||||
|
||||
(defconst magit--confirm-actions
|
||||
'((const discard)
|
||||
@@ -329,7 +329,7 @@ Various:
|
||||
Global settings:
|
||||
|
||||
Instead of adding all of the above symbols to the value of this
|
||||
option you can also set it to the atom t, which has the same
|
||||
option you can also set it to the atom `t', which has the same
|
||||
effect as adding all of the above symbols. Doing that most
|
||||
certainly is a bad idea, especially because other symbols might
|
||||
be added in the future. So even if you don't want to be asked
|
||||
@@ -467,9 +467,9 @@ and delay of your graphical environment or operating system."
|
||||
`woman' View the respective man-page using the `woman' package."
|
||||
:package-version '(magit . "2.9.0")
|
||||
:group 'magit-miscellaneous
|
||||
:type '(choice (const :tag "view info manual" info)
|
||||
(const :tag "view manpage using `man'" man)
|
||||
(const :tag "view manpage using `woman'" woman)))
|
||||
:type '(choice (const :tag "View info manual" info)
|
||||
(const :tag "View manpage using `man'" man)
|
||||
(const :tag "View manpage using `woman'" woman)))
|
||||
|
||||
;;; Section Classes
|
||||
|
||||
@@ -908,7 +908,7 @@ data, starting with 1 and incrementing by 1 for each symbol. If
|
||||
the last match was against a string, then that has to be provided
|
||||
as STRING."
|
||||
(declare (indent 2) (debug (listp form body)))
|
||||
(let ((s (cl-gensym "string"))
|
||||
(let ((s (gensym "string"))
|
||||
(i 0))
|
||||
`(let ((,s ,string))
|
||||
(let ,(save-match-data
|
||||
|
||||
Reference in New Issue
Block a user