emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 18b6289adfd: ; * java/org/gnu/emacs/EmacsPreferencesActivity.java


From: Po Lu
Subject: master 18b6289adfd: ; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary.
Date: Sat, 9 Mar 2024 21:37:29 -0500 (EST)

branch: master
commit 18b6289adfd15029fbaf4a259c44f8df10b9d702
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * java/org/gnu/emacs/EmacsPreferencesActivity.java: Fix commentary.
---
 java/org/gnu/emacs/EmacsPreferencesActivity.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/java/org/gnu/emacs/EmacsPreferencesActivity.java 
b/java/org/gnu/emacs/EmacsPreferencesActivity.java
index 330adbea223..766e2e11d46 100644
--- a/java/org/gnu/emacs/EmacsPreferencesActivity.java
+++ b/java/org/gnu/emacs/EmacsPreferencesActivity.java
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]