emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/yasnippet-classic-snippets 384479ea2c: ; Fix typo


From: Stefan Kangas
Subject: [elpa] externals/yasnippet-classic-snippets 384479ea2c: ; Fix typo
Date: Mon, 12 Dec 2022 18:15:53 -0500 (EST)

branch: externals/yasnippet-classic-snippets
commit 384479ea2c67dbebd7a307b191f34001914bf6a7
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Fix typo
---
 snippets/emacs-lisp-mode/x-file.process.yasnippet | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snippets/emacs-lisp-mode/x-file.process.yasnippet 
b/snippets/emacs-lisp-mode/x-file.process.yasnippet
index dc60b17169..8fc04a15b3 100644
--- a/snippets/emacs-lisp-mode/x-file.process.yasnippet
+++ b/snippets/emacs-lisp-mode/x-file.process.yasnippet
@@ -11,7 +11,7 @@
     (insert-file-contents fpath nil nil nil t)
 
     ;; process it ...
-    ;; (goto-char 0) ; move to begining of file's content (in case it was open)
+    ;; (goto-char 0) ; move to beginning of file's content (in case it was 
open)
     ;; ... do something here
     ;; (write-file fpath) ;; write back to the file
 



reply via email to

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