branch: externals/sml-mode
commit 5a7500dfe11aeedd72070e3b7581591a0d351b3a
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    ; Fix typo
---
 sml-mode.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sml-mode.texi b/sml-mode.texi
index d9980f7865..a1aaed748b 100644
--- a/sml-mode.texi
+++ b/sml-mode.texi
@@ -1047,7 +1047,7 @@ documentation if you encounter problems.
 @sp 1
 @noindent
 You can indeed. @code{sml-insert-form} is extensible so all you need to
-do is create the macros yourself. Define a @emph{keybord macro}
+do is create the macros yourself. Define a @emph{keyboard macro}
 (@kbd{C-x (} <something> @kbd{C-x )}) and give it a suitable name:
 @code{sml-addto-forms-alist} prompts for a name, say @code{NAME}, and
 binds the macro @code{sml-form-NAME}. Thereafter @kbd{C-c @key{RET}

Reply via email to