Skip to content

Commit

Permalink
Merge pull request #17 from smonff/master
Browse files Browse the repository at this point in the history
Fix a small typo in cperl-activate-keyword-set doc
  • Loading branch information
HaraldJoerg authored Nov 20, 2023
2 parents 3d3d667 + cb736d9 commit 92feb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cperl-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ keyword lists."

(defun cperl-activate-keyword-set (name)
"Enable handling of keywords for keyword set NAME."
(interactive (list (intern-soft (completing-read "Acactivate keyword set: "
(interactive (list (intern-soft (completing-read "Activate keyword set: "
cperl-inactive-keyword-sets))))
(setq cperl-deactivated-keyword-sets
(delq name cperl-deactivated-keyword-sets))
Expand Down

0 comments on commit 92feb4f

Please sign in to comment.