branch: elpa/gnuplot
commit 5fdef540080582914d3b49256e04c33368ed503c
Merge: a080f79 4d04c86
Author: Naoya Yamashita <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #47 from conao3/remove-weird-char
Remove weird char
---
gnuplot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnuplot.el b/gnuplot.el
index 382f0a2..aef46ed 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -999,7 +999,7 @@ create a `gnuplot-mode' buffer."
["tpic" (gnuplot-insert "set terminal tpic") t]
["vgagl" (gnuplot-insert "set terminal vgagl") t] ; for
pm3d patch
["vttek" (gnuplot-insert "set terminal vttek") t]
- ["x11" (gnuplot-insert "set terminal x11") t] ยง)
+ ["x11" (gnuplot-insert "set terminal x11") t])
"Terminal submenu in the insertions menu.
See the document string for `gnuplot-insertions-menu'
Changing this will not effect a change in any currently existing