diff options
| author | Eli Zaretskii | 2019-10-22 19:28:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-10-22 19:28:58 +0300 |
| commit | b1be40c468ccffd7cd0793f3e23f8413d9876f5d (patch) | |
| tree | 8785e32072cbb3838a258f8b6e0f0fe2f86fbd60 /src | |
| parent | 1f1b2e3da66ecc47bcaae4ea7df0a8ef884b40d0 (diff) | |
| download | emacs-b1be40c468ccffd7cd0793f3e23f8413d9876f5d.tar.gz emacs-b1be40c468ccffd7cd0793f3e23f8413d9876f5d.zip | |
Fix recent changes in documentation
* doc/lispref/edebug.texi (Edebug Eval, Eval List): Reword
recently added text to follow conventions.
* src/textprop.c (Ftext_properties_at): Don't use passive tense
in doc string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index dd2e68891e6..858b077ec18 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -564,7 +564,7 @@ If OBJECT is a string, POSITION is a 0-based index into it. | |||
| 564 | If POSITION is at the end of OBJECT, the value is nil. | 564 | If POSITION is at the end of OBJECT, the value is nil. |
| 565 | 565 | ||
| 566 | If you want to display the text properties at point in a human-readable | 566 | If you want to display the text properties at point in a human-readable |
| 567 | form, the `describe-text-properties' command can be used. */) | 567 | form, use the `describe-text-properties' command. */) |
| 568 | (Lisp_Object position, Lisp_Object object) | 568 | (Lisp_Object position, Lisp_Object object) |
| 569 | { | 569 | { |
| 570 | register INTERVAL i; | 570 | register INTERVAL i; |