Skip to content

Commit

Permalink
docs: Fix wording of display-attr-list
Browse files Browse the repository at this point in the history
  • Loading branch information
josegpt committed Feb 28, 2022
1 parent 6d36845 commit bf0cf0f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions display-wttr.el
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ It should not be set directly, but is instead updated by the

(defvar display-wttr-list nil
"List of wttr unprocessed results.
In this way a flash is avoided when updating
`display-wttr-string'.
It should not be set directly, but is
instead updated by the `display-wttr' function.")
This way a flash is avoided when updating `display-wttr-string'.
It should not be set directly, but is instead updated by the
`display-wttr' function.")
;;;###autoload(put 'display-wttr-list 'risky-local-variable t)

(defvar display-wttr-timer nil
Expand Down

0 comments on commit bf0cf0f

Please sign in to comment.