branch: externals/objed
commit bddcb4328f73b58deb26a43003bd0a14aa71ab1d
Author: Clemens Radermacher <[email protected]>
Commit: Clemens Radermacher <[email protected]>
Fix dosctring
---
objed.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/objed.el b/objed.el
index 4044be5..aedf3dc 100644
--- a/objed.el
+++ b/objed.el
@@ -675,7 +675,7 @@ selected one."
(call-interactively 'forward-word))
(objed--switch-to 'word objed--obj-state)))
(define-key map "r" (defun objed-backward-word ()
- "Call `forward-word' and switch to object word"
+ "Call `backward-word' and switch to object word"
(interactive)
(if (objed--inner-p)
(let* ((subword-mode t)