; * eat.el (eat--t-term): Fix 'params' docstring
This commit is contained in:
parent
94e56712e3
commit
12a5fb72b2
1 changed files with 1 additions and 1 deletions
2
eat.el
2
eat.el
|
@ -832,7 +832,7 @@ Nil when not in alternative display mode.")
|
|||
(cut-buffers
|
||||
(1value (make-vector 10 nil))
|
||||
:documentation "Cut buffers.")
|
||||
(params nil :documentation "Hash table of terminal parameters."))
|
||||
(params nil :documentation "Alist of terminal parameters."))
|
||||
|
||||
(defvar eat--t-term nil
|
||||
"The current terminal.
|
||||
|
|
Loading…
Add table
Reference in a new issue