diff options
Diffstat (limited to 'lisp/progmodes/c-ts-mode.el')
-rw-r--r-- | lisp/progmodes/c-ts-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 31a9d0fc886..21fb0ca9e53 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -1321,7 +1321,7 @@ recommended to enable `electric-pair-mode' with this mode." c-ts-mode-indent-style) :help "Show the name of the C/C++ indentation style for current buffer"] ["Set Comment Style" c-ts-mode-toggle-comment-style - :help "Toglle C/C++ comment style between block and line comments"]) + :help "Toggle C/C++ comment style between block and line comments"]) "--" ("Toggle..." ["SubWord Mode" subword-mode |