emacs-diffs
[Top][All Lists]
Advanced

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

master 50f29f6: * src/editfns.c (Fpropertize): Doc fix; reference Info m


From: Stefan Kangas
Subject: master 50f29f6: * src/editfns.c (Fpropertize): Doc fix; reference Info manual.
Date: Sun, 25 Apr 2021 22:41:03 -0400 (EDT)

branch: master
commit 50f29f6a282b7426377be5fb54322fc5b5a487fc
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * 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 bc73c1e..04b8e85 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)
 {



reply via email to

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