X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8544b9879c652e7c700652a4ba6fd17245163bd4..2ea2a2f1a5b5b2e1b20f1ee8c86058334d0a2652:/doc/emacs/text.texi diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index 66f01b495d..579f7880cf 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -862,8 +862,8 @@ indenting the current line. @xref{Indentation}, for details. Text mode turns off the features concerned with comments except when you explicitly invoke them. It changes the syntax table so that -single-quotes are considered part of words (e.g., @samp{don't} is -considered one word). However, if a word starts with a single-quote, +apostrophes are considered part of words (e.g., @samp{don't} is +considered one word). However, if a word starts with an apostrophe, it is treated as a prefix for the purposes of capitalization (e.g., @kbd{M-c} converts @samp{'hello'} into @samp{'Hello'}, as expected).