about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-08-13 11:28:31 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-08-13 11:28:31 +0100
commit0047ed85a332e1875b29dbbb8134b06e9386e58c (patch)
tree4be3f9963ae9fba87ae0980cc5c2c86f4dabc92b
parent53f535b81a1709b08f83c4d80de4096b1d224a7f (diff)
downloaddotfiles-0047ed85a332e1875b29dbbb8134b06e9386e58c.tar.gz
Fix eldoc typo
-rw-r--r--.emacs.d/lisp/init-navigation.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el
index a3e2dd6..45ad209 100644
--- a/.emacs.d/lisp/init-navigation.el
+++ b/.emacs.d/lisp/init-navigation.el
@@ -30,7 +30,7 @@ If a numeric prefix argument N is given, move back N instances of char."
     (goto-char--move-backward arg))
 
   (defun goto-char-backward-repeat-last (arg)
-    "Move backward in line to char last qused in a goto-char command.
+    "Move backward in line to char last used in a goto-char command.
 If a C-u prefix argument is given, it is not restricted to the current line.
 If a numeric prefix argument N is given, move back N instances of the last used
 char."