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

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

[elpa] externals/lentic 96466482ca 052/333: Cosmetic and documentation c


From: ELPA Syncer
Subject: [elpa] externals/lentic 96466482ca 052/333: Cosmetic and documentation changes.
Date: Tue, 27 Feb 2024 13:00:01 -0500 (EST)

branch: externals/lentic
commit 96466482ca12d5439187ccbe4cdc48ce2d5eb301
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Cosmetic and documentation changes.
---
 linked-buffer-block.el | 2 +-
 linked-buffer.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/linked-buffer-block.el b/linked-buffer-block.el
index dc718a0ff3..0cc2c8a75c 100644
--- a/linked-buffer-block.el
+++ b/linked-buffer-block.el
@@ -65,7 +65,7 @@ start of line block comment in one buffer but not the other."
 
 (defmethod linked-buffer-blk-line-start-comment
   ((conf linked-buffer-block-configuration))
-  (concat "^" 
+  (concat "^"
           (oref conf :comment)))
 
 (defun linked-buffer-blk-uncomment-region (conf begin end buffer)
diff --git a/linked-buffer.el b/linked-buffer.el
index 82e59b22e1..1ad132a7e4 100644
--- a/linked-buffer.el
+++ b/linked-buffer.el
@@ -280,7 +280,7 @@ See `linked-buffer-init' for details."
 (defvar linked-buffer-emergency nil)
 
 (defun linked-buffer-emergency ()
-  "Ensures that the hooks that this mode requires are in place."
+  "Stop linked-buffer from working due to code problem"
   (interactive)
   (setq linked-buffer-emergency t))
 



reply via email to

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