diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Config.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/Config.in b/editors/Config.in index b7135f393..83aee5a8e 100644 --- a/editors/Config.in +++ b/editors/Config.in | |||
@@ -28,7 +28,8 @@ config CONFIG_SED | |||
28 | bool "sed" | 28 | bool "sed" |
29 | default n | 29 | default n |
30 | help | 30 | help |
31 | Please submit a patch to add help text for this item. | 31 | sed is used to perform text transformations on a file |
32 | or input from a pipeline. | ||
32 | 33 | ||
33 | config CONFIG_FEATURE_SED_EMBEDED_NEWLINE | 34 | config CONFIG_FEATURE_SED_EMBEDED_NEWLINE |
34 | bool " Embeded newline (EXPERIMENTAL)" | 35 | bool " Embeded newline (EXPERIMENTAL)" |
@@ -43,7 +44,10 @@ config CONFIG_VI | |||
43 | bool "vi" | 44 | bool "vi" |
44 | default n | 45 | default n |
45 | help | 46 | help |
46 | Please submit a patch to add help text for this item. | 47 | 'vi' is a text editor. More specifically, it is the One True |
48 | text editor <grin>. It does, however, have a rather steep | ||
49 | learning curve. If you are not already comfortable with 'vi' | ||
50 | you may wish to use something else. | ||
47 | 51 | ||
48 | config CONFIG_FEATURE_VI_COLON | 52 | config CONFIG_FEATURE_VI_COLON |
49 | bool " Enable \":\" colon commands (no \"ex\" mode)" | 53 | bool " Enable \":\" colon commands (no \"ex\" mode)" |