emacs-diffs
[Top][All Lists]
Advanced

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

master c3240ca540: ; * lisp/progmodes/sh-script.el (sh--redirect-bash-ts


From: Eli Zaretskii
Subject: master c3240ca540: ; * lisp/progmodes/sh-script.el (sh--redirect-bash-ts-mode): Doc fix.
Date: Sun, 27 Nov 2022 02:57:57 -0500 (EST)

branch: master
commit c3240ca540baa21d017512e8b2fcbdcbade08864
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/sh-script.el (sh--redirect-bash-ts-mode): Doc fix.
---
 lisp/progmodes/sh-script.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index fee86dde7b..408ebfc045 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1628,7 +1628,7 @@ not written in Bash or sh."
 
 (defvar sh--redirect-recursing nil)
 (defun sh--redirect-bash-ts-mode (oldfn)
-  "Redirect to `sh-mode' if the current file is not written in Bash.
+  "Redirect to `sh-mode' if the current file is not written in Bash or sh.
 OLDFN should be `bash-ts-mode'."
   (let ((sh--redirect-recursing sh--redirect-recursing))
     (funcall (if (or delay-mode-hooks sh--redirect-recursing)



reply via email to

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