aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.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/msdos.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/msdos.c')
-rw-r--r--src/msdos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c
index e9faa48fa70..42eee89d748 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -599,7 +599,7 @@ dos_set_window_size (int *rows, int *cols)
599 *rows = ScreenRows (); 599 *rows = ScreenRows ();
600 *cols = ScreenCols (); 600 *cols = ScreenCols ();
601 601
602 /* Update Emacs' notion of screen dimensions. */ 602 /* Update Emacs's notion of screen dimensions. */
603 screen_size_X = *cols; 603 screen_size_X = *cols;
604 screen_size_Y = *rows; 604 screen_size_Y = *rows;
605 screen_size = *cols * *rows; 605 screen_size = *cols * *rows;