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

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

[nongnu] elpa/macrostep f026495 025/110: Fix comment typos


From: ELPA Syncer
Subject: [nongnu] elpa/macrostep f026495 025/110: Fix comment typos
Date: Sat, 7 Aug 2021 09:17:55 -0400 (EDT)

branch: elpa/macrostep
commit f026495bdc3582cc816c2f6250a246a737db3803
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

    Fix comment typos
---
 README.org   | 2 +-
 macrostep.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 5e4ba2c..ea916a4 100644
--- a/README.org
+++ b/README.org
@@ -127,7 +127,7 @@
      the expanded region and properly handle backquotes.
 
 ** Changelog
-   - v0.6, 2013-05-94: better handling of quote and backquote
+   - v0.6, 2013-05-04: better handling of quote and backquote
    - v0.5, 2013-04-16: highlight region, maintain cleaner buffer state
    - v0.4, 2013-04-07: only enter macrostep-mode on successful
      macro-expansion
diff --git a/macrostep.el b/macrostep.el
index 7596932..1f2c741 100644
--- a/macrostep.el
+++ b/macrostep.el
@@ -167,7 +167,7 @@
 ;; 6 Changelog
 ;; ===========
 ;;
-;;   - v0.6, 2013-05-94: better handling of quote and backquote
+;;   - v0.6, 2013-05-04: better handling of quote and backquote
 ;;   - v0.5, 2013-04-16: highlight region, maintain cleaner buffer state
 ;;   - v0.4, 2013-04-07: only enter macrostep-mode on successful
 ;;     macro-expansion
@@ -321,7 +321,7 @@ quit and return to normal editing.
 
     ;; Exiting mode: collapse any remaining overlays
     (when macrostep-overlays (macrostep-collapse-all))
-    :; Restore undo info & read-only state
+    ;; Restore undo info & read-only state
     (setq buffer-undo-list macrostep-saved-undo-list
           buffer-read-only macrostep-saved-read-only
           macrostep-saved-undo-list nil)



reply via email to

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