diff options
| author | Stefan Kangas | 2024-07-25 03:35:04 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-07-25 03:35:18 +0200 |
| commit | a79966156633ae1e49e3fef17ff7212c8f35a26f (patch) | |
| tree | 3395389467c1effba572a2db7efb9d39def72425 /src/androidfns.c | |
| parent | 67faaead754c0a11bd89fdcde2533bc51b71ef0e (diff) | |
| download | emacs-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.c | 2 |
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 | ||
| 1741 | DEFUN ("android-frame-list-z-order", Fandroid_frame_list_z_order, | 1741 | DEFUN ("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. |
| 1744 | The optional argument TERMINAL specifies which display to ask about. | 1744 | The optional argument TERMINAL specifies which display to ask about. |
| 1745 | TERMINAL should be either a frame or a display name (a string). If | 1745 | TERMINAL should be either a frame or a display name (a string). If |
| 1746 | omitted or nil, that stands for the selected frame's display. Return | 1746 | omitted or nil, that stands for the selected frame's display. Return |