diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-20 12:21:40 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-20 12:21:40 +0200 |
commit | 616dcf27e57388403d4c28d441bf7310bb665241 (patch) | |
tree | a8a30b8e0e24e7d0fa33fa17b7972d3791be57c8 /lisp/progmodes/cperl-mode.el | |
parent | 540585254133af722739339ef420e68e09fe62e5 (diff) | |
download | emacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.gz emacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.bz2 emacs-616dcf27e57388403d4c28d441bf7310bb665241.zip |
; Fix typos in Lisp symbols
Diffstat (limited to 'lisp/progmodes/cperl-mode.el')
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 04e4a62c607..eaedf987c5e 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -3188,7 +3188,7 @@ Returns true if comment is found. In POD will not move the point." Mark as generic string if STRING, as generic comment otherwise. A single character is marked as punctuation and directly fontified. Do nothing if BEGIN and END are equal. If -`cperl-use-syntax-text-property' is nil, just fontify." +`cperl-use-syntax-table-text-property' is nil, just fontify." (if (and cperl-use-syntax-table-text-property (> end begin)) (progn |