diff --git a/modules/home/users/msyds/emacs/lisp/syd/handle.el b/modules/home/users/msyds/emacs/lisp/syd/handle.el index 71bd1c1..0c6c9e7 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/handle.el +++ b/modules/home/users/msyds/emacs/lisp/syd/handle.el @@ -68,7 +68,7 @@ "Return a buffer visiting documentation for IDENTIFIER.") (defun syd-handle-docs* (identifier) - (interactive (list (symbol-at-point))) + (interactive (list (symbol-name (symbol-at-point)))) (if-let* ((b (save-excursion (save-window-excursion (syd-handle-docs identifier)))))