aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorReuben Thomas2017-08-25 13:58:11 +0100
committerReuben Thomas2017-08-25 13:59:21 +0100
commit690512d2af16370097cf646764e86caf8a27eade (patch)
tree6e9230978ae76aaa902f41209bfaf9f155926447 /lisp
parent38daeca937cdd520ea944c661f978b6dbec9b259 (diff)
downloademacs-690512d2af16370097cf646764e86caf8a27eade.tar.gz
emacs-690512d2af16370097cf646764e86caf8a27eade.zip
Fix a FIXME with an exegetical comment
* lisp/progmodes/sh-script.el (sh-builtins): Explain why we have a regexp for wksh builtins.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index 24fba1505f5..95fe3b082ba 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -710,7 +710,7 @@ removed when closing the here document."
710 (shell "cd" "echo" "eval" "set" "shift" "umask" "unset" "wait") 710 (shell "cd" "echo" "eval" "set" "shift" "umask" "unset" "wait")
711 711
712 (wksh sh-append ksh88 712 (wksh sh-append ksh88
713 ;; FIXME: This looks too much like a regexp. --Stef 713 ;; wksh has X toolkit APIs as built-ins!
714 "Xt[A-Z][A-Za-z]*") 714 "Xt[A-Z][A-Za-z]*")
715 715
716 (zsh sh-append ksh88 716 (zsh sh-append ksh88