Skip to content

Commit

Permalink
Corrected typos in docstrings for mode-line indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
shipmints authored and tarsius committed Jul 26, 2024
1 parent 7e6b265 commit 5acf82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mode-line-debug.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ modes. The inserted character can be used to toggle the state of
(defcustom mode-line-debug-on-error-indicators '("e" . "e")
"Strings indicating the state of `debug-on-error' in the mode-line.
The car is used when `debug-on-error' is off, the cdr when it is
The car is used when `debug-on-error' is on, the cdr when it is
off. For the off state a string consisting of one space makes
most sense; this avoids cluttering the mode-line but still allows
clicking before the list of modes to toggle `debug-on-error'.
Expand All @@ -68,7 +68,7 @@ to have any effect."
(defcustom mode-line-debug-on-quit-indicators '("q" . "q")
"Strings indicating the state of `debug-on-quit' in the mode-line.
The car is used when `debug-on-quit' is off, the cdr when it is
The car is used when `debug-on-quit' is on, the cdr when it is
off. For the off state a string consisting of one space makes
most sense; this avoids cluttering the mode-line but still allows
clicking before the list of modes to toggle `debug-on-quit'.
Expand All @@ -82,7 +82,7 @@ to have any effect."
(defcustom mode-line-debug-on-signal-indicators '("s" . "s")
"Strings indicating the state of `debug-on-signal' in the mode-line.
The car is used when `debug-on-signal' is off, the cdr when it is
The car is used when `debug-on-signal' is on, the cdr when it is
off. For the off state a string consisting of one space makes
most sense; this avoids cluttering the mode-line but still allows
clicking before the list of modes to toggle `debug-on-signal'.
Expand Down

0 comments on commit 5acf82b

Please sign in to comment.