diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-18 13:12:41 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-18 13:14:50 +0200 |
commit | dd1220b96972d77e5bbe1094586514bae63fe1eb (patch) | |
tree | 1c5295b91b316ffc40931cd02c1f4fc028ec2097 /lisp/emacs-lisp/ewoc.el | |
parent | 11d6d6c3ea8d3f131b0b21db6e51a66d8b20d40e (diff) | |
download | emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.gz emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.bz2 emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.zip |
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Diffstat (limited to 'lisp/emacs-lisp/ewoc.el')
-rw-r--r-- | lisp/emacs-lisp/ewoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index ca29b6d8c9b..68f94edafd9 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el @@ -147,7 +147,7 @@ and (ewoc--node-nth dll -1) returns the last node." buffer pretty-printer header footer dll last-node hf-pp) (defmacro ewoc--set-buffer-bind-dll-let* (ewoc varlist &rest forms) - "Execute FORMS with ewoc--buffer selected as current buffer, + "Execute FORMS with `ewoc--buffer' selected as current buffer, `dll' bound to the dll, and VARLIST bound as in a let*. `dll' will be bound when VARLIST is initialized, but the current buffer will *not* have been changed. |