Skip to content

Commit

Permalink
Adding documentation for parameters flagged by checkdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Jul 30, 2024
1 parent 7a8d07b commit f00d1b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@ FILE: File to find the sibling file of."
If `truncate-lines' is non-nil, the horizontal scroll bar will be
displayed. If nil, the horizontal scroll bar will be hidden.
This function may be passed to `add-variable-watcher'."
This function may be passed to `add-variable-watcher'.
Parameters SYMBOL, NEWVAL, OPERATION, and WHERE are as documented
there."
(when (and (eq symbol 'truncate-lines)
(eq operation 'set)
(bufferp where))
Expand Down

0 comments on commit f00d1b7

Please sign in to comment.