* progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite
to avoid awkward possessive "s".
Fixes: debbugs:5986
+2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite
+ to avoid awkward possessive "s" (bug#5986).
+
2011-07-13 Glenn Morris <rgm@gnu.org>
* dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
(defcustom cperl-syntaxify-by-font-lock
(and cperl-can-font-lock
(boundp 'parse-sexp-lookup-properties))
- "*Non-nil means that CPerl uses `font-lock's routines for syntaxification."
+ "*Non-nil means that CPerl uses the `font-lock' routines for syntaxification."
:type '(choice (const message) boolean)
:group 'cperl-speed)