Better docstring for `bitwarden--empty-or-nil'
This commit is contained in:
parent
55814c703f
commit
1544945ac9
@ -214,8 +214,7 @@ This macro is largely copied from Tecosaur’s screenshot.el"
|
||||
bitwarden-login-methods))))
|
||||
|
||||
(defsubst bitwarden--empty-or-nil (var)
|
||||
"Return t if VAR is an empty string or nil.
|
||||
Return nil otherwise."
|
||||
"Return non-nil if VAR is an empty string or nil."
|
||||
(or (not var)
|
||||
(string= "" var)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user