From 50f29f6a282b7426377be5fb54322fc5b5a487fc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 26 Apr 2021 04:39:51 +0200 Subject: [PATCH] * src/editfns.c (Fpropertize): Doc fix; reference Info manual. --- src/editfns.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.39.5