[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic bc973d85d1 236/333: Merge branch 'patch-1' of ht
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic bc973d85d1 236/333: Merge branch 'patch-1' of https://github.com/Prathyvsh/lentic into Prathyvsh-patch-1 |
Date: |
Tue, 27 Feb 2024 13:00:38 -0500 (EST) |
branch: externals/lentic
commit bc973d85d17fdb80f60525cde84b30d8769dc7cb
Merge: a3b6da6235 90c36b492a
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>
Merge branch 'patch-1' of https://github.com/Prathyvsh/lentic into
Prathyvsh-patch-1
---
lentic.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lentic.el b/lentic.el
index 9020587aaa..82a9531ffa 100644
--- a/lentic.el
+++ b/lentic.el
@@ -46,7 +46,7 @@
;; mode for each combination. Another solution is to use one of the
;; multiple-mode tools which are available. The problem with this is that they
;; generally need some support from the modes in question. And, again, the
-;; dificulty is supporting both forms of editing in the same environment. A
+;; difficulty is supporting both forms of editing in the same environment. A
;; final problem is that it is not just the editing environment that needs to
;; be adapted; the programmatic environment needs to be untroubled by the
;; documentation, and the documentation environment untroubled by the program
@@ -198,7 +198,7 @@ This should be one or a list of functions that each return a
This is a list of objects of the class `lentic-configuration'
lentic-configuration', which defines the way in which the text in
the different buffers is kept synchronized. This configuration is
-resiliant to changes of mode in the current buffer.")
+resilient to changes of mode in the current buffer.")
(make-variable-buffer-local 'lentic-config)
(put 'lentic-config 'permanent-local t)
@@ -329,7 +329,7 @@ STOP-CONVERTED. Otherwise, this should return nil.")
;; point in the future. So, the configuration object needs to be able to return
;; it's own inverse. This can be a configuration object of the same class which
;; is normal when the lentic transformation is symmetrical, or a different
class
-;; which is normal whent he lentic transformation is asymmetrical.
+;; which is normal when the lentic transformation is asymmetrical.
;; #+begin_src emacs-lisp
(defgeneric lentic-invert (conf)
@@ -1215,7 +1215,7 @@ same top-left location. Update details depend on CONF."
;; *** Utility
-;; Just a couple of convienience functions for operating on eieio objects. The
+;; Just a couple of convenience functions for operating on eieio objects. The
;; native `oset' only allows setting a single property-value pair which is
;; irritating syntactically, and it does not return the object which prevents
;; function chaining. Taken together, these really simplify construction of
- [elpa] externals/lentic 88877628d9 294/333: Rework doc start location., (continued)
- [elpa] externals/lentic 88877628d9 294/333: Rework doc start location., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic b1596a3a02 327/333: Fix lentic-script-conf-test, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 8745235908 317/333: Disable postamble in output HTML, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0cc6568796 320/333: Add new mechanism for detection of skew., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic fa3b9bcbda 282/333: Move var declaration inside source markers., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic ed1d792d9f 286/333: Depend on melpa-stable only., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic fc44aa8c96 271/333: Change symbol names to chunk., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 17b82d8e29 150/333: Merge branch 'expt/incremental-whitelist', ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 5b6d83c4fc 227/333: show-all on create in org-mode., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 7d27529728 239/333: Bye-Bye Info, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic bc973d85d1 236/333: Merge branch 'patch-1' of https://github.com/Prathyvsh/lentic into Prathyvsh-patch-1,
ELPA Syncer <=
- [elpa] externals/lentic ae8ac15494 213/333: lentic-when-buffer added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 53283a1fc3 223/333: README update and roadmap added., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 6d52e00c01 246/333: Explicitly exclude -autoloads and -pkg files., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 4abbcd4b7f 259/333: Org-mode now support multiple src blocks., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a5ad1e2215 299/333: Move lentic-test-clone to assess, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e8e448e149 324/333: Merge pull request #55 from ether42/master, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 37f9fedb44 284/333: Remove marmalade., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 0f7664a90f 318/333: Log to external-debugging-output, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 621671d1a7 269/333: Garbage Collects configs on init., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 08f9b0f4d1 274/333: Merge branch 'master' of github.com:phillord/lentic, ELPA Syncer, 2024/02/27