From 3c09c632a2d471c8264885957ccbe5e53b1e9fc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 May 2026 01:20:14 +0000 Subject: [PATCH] update docs/default-keybindings.md --- docs/default-keybindings.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/default-keybindings.md b/docs/default-keybindings.md index 416ef3086..e7ea880b0 100644 --- a/docs/default-keybindings.md +++ b/docs/default-keybindings.md @@ -188,11 +188,11 @@ Supported modes include: c-mode with clang-format, go-mode with gofmt, js-mode a | Command | Key bindings | Documentation | |----------------------------------------------------------------------------------------------|--------------|------------------------------------------------------------------------------| | [describe-key](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L15) | C-x ? | Tell what is the command associated to a keybinding. | -| [describe-bindings](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L43) | | Describe the bindings of the buffer's current major mode. | -| [list-modes](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L65) | | Output all available major and minor modes. | -| [describe-mode](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L86) | | Show information about current major mode and enabled minor modes. | -| [apropos-command](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L112) | | Find all symbols in the running Lisp image whose names match a given string. | -| [lem-version](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L123) | | Display Lem's version. | +| [describe-bindings](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L44) | | Describe the bindings of the buffer's current major mode. | +| [list-modes](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L66) | | Output all available major and minor modes. | +| [describe-mode](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L87) | | Show information about current major mode and enabled minor modes. | +| [apropos-command](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L113) | | Find all symbols in the running Lisp image whose names match a given string. | +| [lem-version](https://github.com/lem-project/lem/blob/main/src/commands/help.lisp#L124) | | Display Lem's version. | ## Font | Command | Key bindings | Documentation |