- typo in documentation
[oweals/busybox.git] / editors / Config.in
index 14b698f5d8de597d95b85c137eb3c311bbccb803..bb028597635f42e9de5338b335908dd67dae0a47 100644 (file)
@@ -24,7 +24,7 @@ config CONFIG_PATCH
        bool "patch"
        default n
        help
-         Apply a unified diff formated patch.
+         Apply a unified diff formatted patch.
 
 config CONFIG_SED
        bool "sed"
@@ -33,21 +33,12 @@ config CONFIG_SED
          sed is used to perform text transformations on a file
          or input from a pipeline.
 
-config CONFIG_FEATURE_SED_EMBEDED_NEWLINE
-       bool " Embeded newline (EXPERIMENTAL)"
-       default n
-       depends on CONFIG_SED
-       help
-         This is a hack to allow matching of '\n' in regular expressions.
-         It works by translating '\n' to "\n" and back.
-         It may introduce unexpected results if you use "\n" in your text.
-
 config CONFIG_VI
        bool "vi"
        default n
        help
          'vi' is a text editor.  More specifically, it is the One True
-         text editor <grin>.  It does, however, have a rather steep 
+         text editor <grin>.  It does, however, have a rather steep
          learning curve.  If you are not already comfortable with 'vi'
          you may wish to use something else.