Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 33ac0fc

Browse files
committed
Don't include keymap in mode docstring
describe-mode already does this
1 parent 6c59b5e commit 33ac0fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

zig-mode.el

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,7 @@ This is written mainly to be used as `end-of-defun-function' for Zig."
479479

480480
;;;###autoload
481481
(define-derived-mode zig-mode prog-mode "Zig"
482-
"A major mode for the Zig programming language.
483-
484-
\\{zig-mode-map}"
482+
"A major mode for the Zig programming language."
485483
(setq-local comment-start "// ")
486484
(setq-local comment-start-skip "//+ *")
487485
(setq-local comment-end "")

0 commit comments

Comments
 (0)