diff options
| author | Robert Pluim <rpluim@gmail.com> | 2024-06-24 11:19:28 +0200 |
|---|---|---|
| committer | Robert Pluim <rpluim@gmail.com> | 2024-06-24 11:19:28 +0200 |
| commit | 164f75822b2055606d8f36453dc9a874296983ec (patch) | |
| tree | 2d7dcd901071ba70649714f4f94b0f2ae967a91f /ChangeLog.3 | |
| parent | 768e92b9c0214a2aa1be2afbee48c455583d3110 (diff) | |
; Fix typos
* ChangeLog.3: It's "its", not "it's", for the possessive.
* ChangeLog.4: And here.
Diffstat (limited to 'ChangeLog.3')
| -rw-r--r-- | ChangeLog.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 8d227d8a47d..80ea900477e 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -17355,7 +17355,7 @@ ([EmacsView viewDidResize:]):Don't explicitly release surfaces. ([EmacsView initFrameFromEmacs:]): Move the layer code to after the NSWindow has been created as creating the layer now relies on some of - it's properties. + its properties. ([EmacsView makeBackingLayer]): New function. ([EmacsView lockFocus]): ([EmacsView focusOnDrawingBuffer]): Rename to lockFocus. @@ -128870,7 +128870,7 @@ Change default offset of CC Mode syntactic symbol inlambda to 0 - It's previous default was c-lineup-inexpr-block. This change is mainly to + Its previous default was c-lineup-inexpr-block. This change is mainly to prevent excessive indentation of the innards of C++ lambda functions. * lisp/progmodes/cc-vars.el (c-offsets-alist): Amend the offset for inlambda @@ -155238,7 +155238,7 @@ d6aa55e Avoid segfaults in replace-buffer-contents with large buffers d22b8d1 Adjust for scaling for mode-line popup menus (Bug#31880) 3d2e3dc Change name of `seqp' argument (Bug#26411) - 40e1db8 Change index of ";" to better reflect it's usage (Bug#31623) + 40e1db8 Change index of ";" to better reflect its usage (Bug#31623) d289e7e Fix bug of 'mouse-drag-and-drop-region' to detect edges of re... e292c09 Fix #'fun handling inside `labels' (Bug#31792) @@ -176477,7 +176477,7 @@ 2018-06-20 Noam Postavsky <npostavs@gmail.com> - Change index of ";" to better reflect it's usage (Bug#31623) + Change index of ";" to better reflect its usage (Bug#31623) * doc/lispref/objects.texi (Comments): "; for commenting" fits better with the following text about how a semicolon begins a comment. Also @@ -217678,7 +217678,7 @@ Add seq-random-elt to seq.el * lisp/emacs-lisp/seq.el (seq-random-elt): Add function to return a - random element from it's sequence parameter. + random element from its sequence parameter. * test/lisp/emacs-lisp/seq-tests.el (test-seq-random-elt-take-all test-seq-random-elt-return-nil): Test the new function @@ -223245,7 +223245,7 @@ Make ‘delete-trailing-whitespace’ delete spaces after form feed * lisp/simple.el (delete-trailing-whitespace): Treat form fead as - a non-whitespace character (regardless of whether it’s character syntax + a non-whitespace character (regardless of whether its character syntax is whitespace) and delete any whitespace following it instead of leaving lines with form feeds completely unchanged. I.e. a line like "\f " will now became "\f". |
