diff options
Diffstat (limited to 'lisp/ldefs-boot.el')
-rw-r--r-- | lisp/ldefs-boot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 0d1940cf248..a52a19ecb5e 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -27708,7 +27708,7 @@ Convert space before point into a hard space if the context is right. If * character before point is a space character, - * character before that has “w” character syntax (i.e. it's a word + * character before that has \"w\" character syntax (i.e. it's a word constituent), * `tildify-space-pattern' matches when `looking-back' (no more than 10 characters) from before the space character, and |