aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/Config.in b/editors/Config.in
index 58959aa97..27426bc2e 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -9,7 +9,7 @@ config AWK
9 bool "awk" 9 bool "awk"
10 default n 10 default n
11 help 11 help
12 Awk is used as a pattern scanning and processing language. This is 12 Awk is used as a pattern scanning and processing language. This is
13 the BusyBox implementation of that programming language. 13 the BusyBox implementation of that programming language.
14 14
15config FEATURE_AWK_MATH 15config FEATURE_AWK_MATH
@@ -64,7 +64,7 @@ config ED
64 default n 64 default n
65 help 65 help
66 The original 1970's Unix text editor, from the days of teletypes. 66 The original 1970's Unix text editor, from the days of teletypes.
67 Small, simple, evil. Part of SUSv3. If you're not already using 67 Small, simple, evil. Part of SUSv3. If you're not already using
68 this, you don't need it. 68 this, you don't need it.
69 69
70config PATCH 70config PATCH
@@ -84,9 +84,9 @@ config VI
84 bool "vi" 84 bool "vi"
85 default n 85 default n
86 help 86 help
87 'vi' is a text editor. More specifically, it is the One True 87 'vi' is a text editor. More specifically, it is the One True
88 text editor <grin>. It does, however, have a rather steep 88 text editor <grin>. It does, however, have a rather steep
89 learning curve. If you are not already comfortable with 'vi' 89 learning curve. If you are not already comfortable with 'vi'
90 you may wish to use something else. 90 you may wish to use something else.
91 91
92config FEATURE_VI_MAX_LEN 92config FEATURE_VI_MAX_LEN
@@ -113,7 +113,7 @@ config FEATURE_VI_COLON
113 default y 113 default y
114 depends on VI 114 depends on VI
115 help 115 help
116 Enable a limited set of colon commands for vi. This does not 116 Enable a limited set of colon commands for vi. This does not
117 provide an "ex" mode. 117 provide an "ex" mode.
118 118
119config FEATURE_VI_YANKMARK 119config FEATURE_VI_YANKMARK
@@ -137,7 +137,7 @@ config FEATURE_VI_USE_SIGNALS
137 default y 137 default y
138 depends on VI 138 depends on VI
139 help 139 help
140 Selecting this option will make busybox vi signal aware. This will 140 Selecting this option will make busybox vi signal aware. This will
141 make busybox vi support SIGWINCH to deal with Window Changes, catch 141 make busybox vi support SIGWINCH to deal with Window Changes, catch
142 Ctrl-Z and Ctrl-C and alarms. 142 Ctrl-Z and Ctrl-C and alarms.
143 143