diff options
| author | Filipp Gunbin | 2021-06-15 17:11:51 +0300 |
|---|---|---|
| committer | Filipp Gunbin | 2021-06-15 17:15:35 +0300 |
| commit | 53e5caa1bd7363e9eb8f3501dbc7c91928c9c8a3 (patch) | |
| tree | fa8ce0c5231cb4c6147a967152ef635488ebb949 | |
| parent | c62100465e61f0656875716d67c1d7c64248f031 (diff) | |
| download | emacs-53e5caa1bd7363e9eb8f3501dbc7c91928c9c8a3.tar.gz emacs-53e5caa1bd7363e9eb8f3501dbc7c91928c9c8a3.zip | |
; * doc/lispref/text.texi (Clickable Text): Fix word order
| -rw-r--r-- | doc/lispref/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index c90a95980dc..0c87a19fa14 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -4166,7 +4166,7 @@ file names only: | |||
| 4166 | If the condition value is anything else, then the position is inside a | 4166 | If the condition value is anything else, then the position is inside a |
| 4167 | link and the condition itself is the action code. Clearly, you should | 4167 | link and the condition itself is the action code. Clearly, you should |
| 4168 | specify this kind of condition only when applying the condition via a | 4168 | specify this kind of condition only when applying the condition via a |
| 4169 | text or property overlay on the link text (so that it does not apply | 4169 | text or overlay property on the link text (so that it does not apply |
| 4170 | to the entire buffer). | 4170 | to the entire buffer). |
| 4171 | @end table | 4171 | @end table |
| 4172 | 4172 | ||