aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Gunbin2021-06-15 17:11:51 +0300
committerFilipp Gunbin2021-06-15 17:15:35 +0300
commit53e5caa1bd7363e9eb8f3501dbc7c91928c9c8a3 (patch)
treefa8ce0c5231cb4c6147a967152ef635488ebb949
parentc62100465e61f0656875716d67c1d7c64248f031 (diff)
downloademacs-53e5caa1bd7363e9eb8f3501dbc7c91928c9c8a3.tar.gz
emacs-53e5caa1bd7363e9eb8f3501dbc7c91928c9c8a3.zip
; * doc/lispref/text.texi (Clickable Text): Fix word order
-rw-r--r--doc/lispref/text.texi2
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:
4166If the condition value is anything else, then the position is inside a 4166If the condition value is anything else, then the position is inside a
4167link and the condition itself is the action code. Clearly, you should 4167link and the condition itself is the action code. Clearly, you should
4168specify this kind of condition only when applying the condition via a 4168specify this kind of condition only when applying the condition via a
4169text or property overlay on the link text (so that it does not apply 4169text or overlay property on the link text (so that it does not apply
4170to the entire buffer). 4170to the entire buffer).
4171@end table 4171@end table
4172 4172