projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ff401
)
; * lisp/progmodes/sh-script.el (sh--redirect-bash-ts-mode): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 27 Nov 2022 07:58:02 +0000
(09:58 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 27 Nov 2022 07:58:02 +0000
(09:58 +0200)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index fee86dde7bf90f28759c7a4562dbed823d47cbce..408ebfc0451d8b3df613105f95811f5a8a006433 100644
(file)
--- 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)