]> git.eshelyaron.com Git - emacs.git/commit
Simplify Fdocumentation and Fdocumentation_property
authorStefan Kangas <stefankangas@gmail.com>
Thu, 23 Jan 2025 17:45:14 +0000 (18:45 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 25 Jan 2025 17:43:23 +0000 (18:43 +0100)
commit9ae11283d401453256758fb1f36711c449597d6a
tree0d5bfc3e6af4c2b3e7ab8533e077bc4021eb0614
parent7cfacaf15feb27159eafbc597239385784f9f861
Simplify Fdocumentation and Fdocumentation_property

* src/doc.c (Fdocumentation, Fdocumentation_property): Simplify;
reread_doc_file always returns true so just assume that.
(reread_doc_file): Change return type to void.

(cherry picked from commit 990b0811adefb4b792d36797540e5773791437f9)
src/doc.c