feature/popup: minor refactor & remove provide
This commit is contained in:
parent
43c48a085f
commit
e481a2891a
2 changed files with 2 additions and 5 deletions
|
@ -121,7 +121,7 @@ current buffer."
|
|||
|
||||
;;;###autoload
|
||||
(defun +popup-parameter (parameter &optional window)
|
||||
"Fetch the window parameter of WINDOW"
|
||||
"Fetch the window PARAMETER (symbol) of WINDOW"
|
||||
(window-parameter (or window (selected-window)) parameter))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue