]> git.eshelyaron.com Git - emacs.git/commitdiff
; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary.
authorPo Lu <luangruo@yahoo.com>
Sun, 10 Mar 2024 02:37:14 +0000 (10:37 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Mar 2024 09:25:36 +0000 (10:25 +0100)
(cherry picked from commit 18b6289adfd15029fbaf4a259c44f8df10b9d702)

java/org/gnu/emacs/EmacsPreferencesActivity.java

index 330adbea22355479e679152d203e420a702e47d2..766e2e11d464b837dea8afc63cd5c2abd6ef4ea7 100644 (file)
@@ -38,8 +38,9 @@ import android.preference.*;
    option, which would not be possible otherwise, as there is no
    command line on Android.
 
-   Android provides a preferences activity, but it is deprecated.
-   Unfortunately, there is no alternative that looks the same way.  */
+   This file extends a deprecated preferences activity, but no suitable
+   alternative exists that is identical in appearance to system settings
+   forms.  */
 
 @SuppressWarnings ("deprecation")
 public class EmacsPreferencesActivity extends PreferenceActivity