Skip to content

Commit 23bb1e2

Browse files
authored
Update god-mode-all docstring
1 parent 0c86471 commit 23bb1e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

god-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ If it was not active when `god-local-mode-pause' was called, nothing happens."
173173
(defun god-mode-all (&optional arg)
174174
"Toggle `god-local-mode' in all buffers.
175175
176-
If called from Lisp, toggle the mode if ARG is nil. Enable the
177-
mode if ARG is zero or a positive number. Disable the mode if
178-
ARG is a negative number."
176+
Toggle the mode if ARG is nil. If ARG is non-nil, enable the mode
177+
if ARG is zero or a positive number, or disable the mode if ARG
178+
is a negative number."
179179
(interactive)
180180
(let ((new-status
181181
(cond

0 commit comments

Comments
 (0)