diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-08-13 11:28:31 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-08-13 11:28:31 +0100 |
commit | 0047ed85a332e1875b29dbbb8134b06e9386e58c (patch) | |
tree | 4be3f9963ae9fba87ae0980cc5c2c86f4dabc92b | |
parent | 53f535b81a1709b08f83c4d80de4096b1d224a7f (diff) | |
download | dotfiles-0047ed85a332e1875b29dbbb8134b06e9386e58c.tar.gz |
Fix eldoc typo
-rw-r--r-- | .emacs.d/lisp/init-navigation.el | 2 |
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." |