emacs-diffs
[Top][All Lists]
Advanced

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

master b24ae26: ; Fix typo in last change to m4-mode.el.


From: Basil L. Contovounesios
Subject: master b24ae26: ; Fix typo in last change to m4-mode.el.
Date: Fri, 12 Feb 2021 13:58:28 -0500 (EST)

branch: master
commit b24ae269b28673fabf4458f0c3d4afbf5c93a164
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix typo in last change to m4-mode.el.
---
 lisp/progmodes/m4-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/m4-mode.el b/lisp/progmodes/m4-mode.el
index 431d86b..7dfaed4 100644
--- a/lisp/progmodes/m4-mode.el
+++ b/lisp/progmodes/m4-mode.el
@@ -78,7 +78,7 @@ If m4 is not in your PATH, set this to an absolute file name."
       "stack_foreach_sep" "stack_foreach_sep_lifo" "substr" "syscmd"
       "sysval" "traceoff" "traceon" "translit" "undefine" "undivert"
       "unix" "upcase" "windows")
-    "List of valid m4 macros. for M4 mode"))
+    "List of valid m4 macros for M4 mode."))
 
 (defvar m4-font-lock-keywords
   (eval-when-compile



reply via email to

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