From: Stefan Kangas Date: Mon, 26 Apr 2021 02:39:51 +0000 (+0200) Subject: * src/editfns.c (Fpropertize): Doc fix; reference Info manual. X-Git-Tag: emacs-28.0.90~2718 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50f29f6a282b7426377be5fb54322fc5b5a487fc;p=emacs.git * src/editfns.c (Fpropertize): Doc fix; reference Info manual. --- diff --git a/src/editfns.c b/src/editfns.c index bc73c1e2c5b..04b8e85d9c6 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2941,6 +2941,8 @@ DEFUN ("propertize", Fpropertize, Spropertize, 1, MANY, 0, First argument is the string to copy. Remaining arguments form a sequence of PROPERTY VALUE pairs for text properties to add to the result. + +See Info node `(elisp) Text Properties' for more information. usage: (propertize STRING &rest PROPERTIES) */) (ptrdiff_t nargs, Lisp_Object *args) {