branch: externals/ellama commit dd25fc2badd1e38020bd27f9d5eea925756cf5e2 Author: Sergey Kostyaev <sskosty...@gmail.com> Commit: Sergey Kostyaev <sskosty...@gmail.com>
Fix typo in docstring Corrected typos in dosctring for better readability and consistency. --- ellama.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ellama.el b/ellama.el index 58c954800a..8c1e11ce34 100644 --- a/ellama.el +++ b/ellama.el @@ -826,8 +826,8 @@ Defaults to #, but supports `org-mode'. Depends on `ellama-major-mode'." (make-string ellama-nick-prefix-depth prefix-char))) (defun ellama-get-session-file-extension () - "Return file extension based om the current mode. -Defaults to md, but supports org. Depends on \"ellama-major-mode.\"" + "Return file extension based on the current mode. +Defaults to md, but supports org. Depends on `ellama-major-mode'." (cond ((provided-mode-derived-p ellama-major-mode 'org-mode) "org") (t "md")))