deuce.emacs.xdisp
current-bidi-paragraph-direction
(current-bidi-paragraph-direction & [buffer])
Return paragraph direction at point in BUFFER.
Value is either `left-to-right' or `right-to-left'.
If BUFFER is omitted or nil, it defaults to the current buffer.
Paragraph direction determines how the text in the paragraph is displayed.
In left-to-right paragraphs, text begins at the left margin of the window
and the reading direction is generally left to right. In right-to-left
paragraphs, text begins at the right margin and is read from right to left.
See also `bidi-paragraph-direction'.
invisible-p
(invisible-p pos-or-prop)
Non-nil if the property makes the text invisible.
POS-OR-PROP can be a marker or number, in which case it is taken to be
a position in the current buffer and the value of the `invisible' property
is checked; or it can be some other value, which is then presumed to be the
value of the `invisible' property of the text of interest.
The non-nil value returned can be t for truly invisible text or something
else if the text is replaced by an ellipsis.