emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 c4b8bc90a8: ; Fix typos in doc strings


From: Eli Zaretskii
Subject: emacs-29 c4b8bc90a8: ; Fix typos in doc strings
Date: Tue, 13 Dec 2022 09:01:38 -0500 (EST)

branch: emacs-29
commit c4b8bc90a8ed350000e2bc50f56513c7bdb539e1
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix typos in doc strings
    
    * lisp/treesit.el (treesit-defun-tactic)
    (treesit-default-defun-skipper): Fix typos in doc strings.
---
 lisp/treesit.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/treesit.el b/lisp/treesit.el
index 3d7ae7031e..d404bc9632 100644
--- a/lisp/treesit.el
+++ b/lisp/treesit.el
@@ -1579,7 +1579,7 @@ This is used by `treesit-beginning-of-defun' and 
friends.")
 
 (defvar-local treesit-defun-tactic 'nested
   "Determines how does Emacs treat nested defuns.
-If the value is `top-level', Emacs only move across top-level
+If the value is `top-level', Emacs only moves across top-level
 defuns, if the value is `nested', Emacs recognizes nested defuns.")
 
 (defvar-local treesit-defun-skipper #'treesit-default-defun-skipper
@@ -1658,7 +1658,7 @@ ARG is the same as in `beginning-of-defun'."
 
 (defun treesit-default-defun-skipper ()
   "Skips spaces after navigating a defun.
-This fucntion tries to move to the beginning of a line, either by
+This function tries to move to the beginning of a line, either by
 moving to the empty newline after a defun, or to the beginning of
 the current line if the beginning of the defun is indented."
   (cond ((and (looking-at (rx (* (or " " "\\t")) "\n"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]