]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/editfns.c (Fpropertize): Doc fix; reference Info manual.
authorStefan Kangas <stefan@marxist.se>
Mon, 26 Apr 2021 02:39:51 +0000 (04:39 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 26 Apr 2021 02:40:48 +0000 (04:40 +0200)
src/editfns.c

index bc73c1e2c5bd904c7744258b3a11a28a85ef6c68..04b8e85d9c6463673d63a2ec652db53f82dbdcb3 100644 (file)
@@ -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)
 {