aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2021-04-26 04:39:51 +0200
committerStefan Kangas2021-04-26 04:40:48 +0200
commit50f29f6a282b7426377be5fb54322fc5b5a487fc (patch)
tree658e88b1f4e1e0815779404428285368c1a97460 /src
parent890631bc6ab2825e079db77eeb66297902d5460f (diff)
downloademacs-50f29f6a282b7426377be5fb54322fc5b5a487fc.tar.gz
emacs-50f29f6a282b7426377be5fb54322fc5b5a487fc.zip
* src/editfns.c (Fpropertize): Doc fix; reference Info manual.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 2 insertions, 0 deletions
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,
2941First argument is the string to copy. 2941First argument is the string to copy.
2942Remaining arguments form a sequence of PROPERTY VALUE pairs for text 2942Remaining arguments form a sequence of PROPERTY VALUE pairs for text
2943properties to add to the result. 2943properties to add to the result.
2944
2945See Info node `(elisp) Text Properties' for more information.
2944usage: (propertize STRING &rest PROPERTIES) */) 2946usage: (propertize STRING &rest PROPERTIES) */)
2945 (ptrdiff_t nargs, Lisp_Object *args) 2947 (ptrdiff_t nargs, Lisp_Object *args)
2946{ 2948{