aboutsummaryrefslogtreecommitdiffstats
path: root/src/androidfns.c
diff options
context:
space:
mode:
authorStefan Kangas2024-07-25 03:35:04 +0200
committerStefan Kangas2024-07-25 03:35:18 +0200
commita79966156633ae1e49e3fef17ff7212c8f35a26f (patch)
tree3395389467c1effba572a2db7efb9d39def72425 /src/androidfns.c
parent67faaead754c0a11bd89fdcde2533bc51b71ef0e (diff)
downloademacs-a79966156633ae1e49e3fef17ff7212c8f35a26f.tar.gz
emacs-a79966156633ae1e49e3fef17ff7212c8f35a26f.zip
Standardize possessive apostrophe usage in manuals, docs, and comments
See the note in admin/notes/documentation. Ref: https://lists.gnu.org/r/emacs-devel/2012-02/msg00649.html
Diffstat (limited to 'src/androidfns.c')
-rw-r--r--src/androidfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androidfns.c b/src/androidfns.c
index af2247ad962..434a2f0d410 100644
--- a/src/androidfns.c
+++ b/src/androidfns.c
@@ -1740,7 +1740,7 @@ android_frame_list_z_order (struct android_display_info *dpyinfo,
1740 1740
1741DEFUN ("android-frame-list-z-order", Fandroid_frame_list_z_order, 1741DEFUN ("android-frame-list-z-order", Fandroid_frame_list_z_order,
1742 Sandroid_frame_list_z_order, 0, 1, 0, 1742 Sandroid_frame_list_z_order, 0, 1, 0,
1743 doc: /* Return list of Emacs' frames, in Z (stacking) order. 1743 doc: /* Return list of Emacs's frames, in Z (stacking) order.
1744The optional argument TERMINAL specifies which display to ask about. 1744The optional argument TERMINAL specifies which display to ask about.
1745TERMINAL should be either a frame or a display name (a string). If 1745TERMINAL should be either a frame or a display name (a string). If
1746omitted or nil, that stands for the selected frame's display. Return 1746omitted or nil, that stands for the selected frame's display. Return