]> git.eshelyaron.com Git - emacs.git/commitdiff
; * textconv.c: Remove out-of-date comment.
authorPo Lu <luangruo@yahoo.com>
Thu, 9 Mar 2023 11:05:24 +0000 (19:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 9 Mar 2023 11:05:24 +0000 (19:05 +0800)
src/textconv.c

index c1ce83b1d7dc589c70df5959bf53dec396a906f6..3206bb48204041a555338d1455b190618309793d 100644 (file)
@@ -39,12 +39,8 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
 \f
 
-/* The window system's text conversion interface.
-   NULL when the window system has not set up text conversion.
-
-   This interface will later be heavily extended on the
-   feature/android branch to deal with Android's much less
-   straightforward text conversion protocols.  */
+/* The window system's text conversion interface.  NULL when the
+   window system has not set up text conversion.  */
 
 static struct textconv_interface *text_interface;