help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: bounds-of-thing-at-point for paragraphs


From: Drew Adams
Subject: RE: bounds-of-thing-at-point for paragraphs
Date: Sun, 1 Nov 2020 10:45:00 -0800 (PST)

> I was asking how bounds-of-thing-at-point does not take paragraph as argument
> as well, since it does for word, sentence, line. Can paragraph be included as
> well?

But it does.

(bound-of-thing-at-point 'paragraph) works fine.

(thing-at-point 'paragraph) also works fine.

See (emacs) `Paragraphs' for info about how paragraphs
are defined for Emacs use.

https://www.gnu.org/software/emacs/manual/html_node/emacs/Paragraphs.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]