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

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

[elpa] externals/m-buffer 69cf1fb326 066/115: Documentation updates.


From: ELPA Syncer
Subject: [elpa] externals/m-buffer 69cf1fb326 066/115: Documentation updates.
Date: Tue, 19 Jul 2022 15:58:49 -0400 (EDT)

branch: externals/m-buffer
commit 69cf1fb326c62457b6627d286ff1f315c92ce83e
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Documentation updates.
---
 .dir-locals.el |  5 +++++
 .gitignore     |  1 +
 m-buffer.el    | 10 +++++++---
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..42753331cc
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+  (lentic-init . lentic-orgel-org-init)))
diff --git a/.gitignore b/.gitignore
index 64b10531aa..f5222b804a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /.cask/
+m-buffer*org
\ No newline at end of file
diff --git a/m-buffer.el b/m-buffer.el
index b253ef7221..28e662ce87 100644
--- a/m-buffer.el
+++ b/m-buffer.el
@@ -38,9 +38,14 @@
 ;; data or so forth. Generally, markers are returned rather than point
 ;; locations, so that it is possible for example, to search for regexp
 ;; matches, and then replace them all without the early replacement
-;; invalidating the location of the later ones. Some support macros are added
-;; to help dispose of used or unwanted markers to ensure performant code.
+;; invalidating the location of the later ones. 
 
+;; Other files provide something similar: stateless alternatives to existing
+;; emacs functions. `m-buffer-macro' provides macros to operate in the context 
of
+;; a marker, and for marker cleanup. `m-buffer-at' provides functions for
+;; operating at point (without using point!).
+
+;; This file is documented using lentic.el.
 
 ;;; Status:
 
@@ -51,7 +56,6 @@
 
 ;;; Code:
 
-
 ;; #+begin_src emacs-lisp
 
 (require 'dash)



reply via email to

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