From f00d1b7e59eca09065e0434d51a2afcdd1ea505a Mon Sep 17 00:00:00 2001 From: Jared Finder Date: Mon, 29 Jul 2024 21:27:12 -0700 Subject: [PATCH] Adding documentation for parameters flagged by checkdoc. --- emacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index f72947f..707a224 100644 --- a/emacs.el +++ b/emacs.el @@ -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))