diff options
| author | Stefan Kangas | 2021-04-26 04:39:51 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-04-26 04:40:48 +0200 |
| commit | 50f29f6a282b7426377be5fb54322fc5b5a487fc (patch) | |
| tree | 658e88b1f4e1e0815779404428285368c1a97460 /src | |
| parent | 890631bc6ab2825e079db77eeb66297902d5460f (diff) | |
| download | emacs-50f29f6a282b7426377be5fb54322fc5b5a487fc.tar.gz emacs-50f29f6a282b7426377be5fb54322fc5b5a487fc.zip | |
* src/editfns.c (Fpropertize): Doc fix; reference Info manual.
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
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, | |||
| 2941 | First argument is the string to copy. | 2941 | First argument is the string to copy. |
| 2942 | Remaining arguments form a sequence of PROPERTY VALUE pairs for text | 2942 | Remaining arguments form a sequence of PROPERTY VALUE pairs for text |
| 2943 | properties to add to the result. | 2943 | properties to add to the result. |
| 2944 | |||
| 2945 | See Info node `(elisp) Text Properties' for more information. | ||
| 2944 | usage: (propertize STRING &rest PROPERTIES) */) | 2946 | usage: (propertize STRING &rest PROPERTIES) */) |
| 2945 | (ptrdiff_t nargs, Lisp_Object *args) | 2947 | (ptrdiff_t nargs, Lisp_Object *args) |
| 2946 | { | 2948 | { |