branch: externals/idlwave
commit 897d1b1713d841b58c0ca2e30f764212681e2d4c
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
docstring correction
---
idlw-shell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idlw-shell.el b/idlw-shell.el
index 95292535ce..ec3ebb4f1c 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -816,7 +816,7 @@ IDL has currently stepped.")
(lambda () (interactive (idlwave-split-line 'noindent))))
(define-key map [(shift mouse-3)] #'idlwave-mouse-context-help)
map)
- "Keymap for `idlwave-mode'.")
+ "Keymap for `idlwave-shell-mode'.")
(define-key idlwave-mode-map "\C-c\C-y" #'idlwave-shell-char-mode-loop)
(define-key idlwave-mode-map "\C-c\C-x" #'idlwave-shell-send-char)