mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 09:20:54 -08:00
* lisp/emacs-lisp/comp.el: Improve 85cb075b1b.
This commit is contained in:
parent
85cb075b1b
commit
fe91af936d
1 changed files with 1 additions and 1 deletions
|
|
@ -412,7 +412,7 @@ Useful to hook into pass checkers.")
|
||||||
(frame-root-window (function (&optional (or frame window)) window))
|
(frame-root-window (function (&optional (or frame window)) window))
|
||||||
(frame-selected-window (function (&optional (or frame window)) window))
|
(frame-selected-window (function (&optional (or frame window)) window))
|
||||||
(frame-visible-p (function (frame) (or boolean (member icon))))
|
(frame-visible-p (function (frame) (or boolean (member icon))))
|
||||||
(framep (function (t) (or boolean symbol)))
|
(framep (function (t) symbol))
|
||||||
(fround (function (float) float))
|
(fround (function (float) float))
|
||||||
(ftruncate (function (float) float))
|
(ftruncate (function (float) float))
|
||||||
(get (function (symbol symbol) t))
|
(get (function (symbol symbol) t))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue