diff options
| author | Stefan Kangas | 2024-07-07 17:40:31 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-07-18 11:46:50 +0200 |
| commit | a6cab228d4d1a82a80eac81b057857a230eef0b5 (patch) | |
| tree | bbc971630e7e1fe64bbaff948bf3cc0553f60841 /admin/notes/documentation | |
| parent | 41dc28244f238739ce5c8f0c25a3d6d66992dd54 (diff) | |
| download | emacs-a6cab228d4d1a82a80eac81b057857a230eef0b5.tar.gz emacs-a6cab228d4d1a82a80eac81b057857a230eef0b5.zip | |
; Fix typos
Diffstat (limited to 'admin/notes/documentation')
| -rw-r--r-- | admin/notes/documentation | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/notes/documentation b/admin/notes/documentation index d894175e212..22bacb48b68 100644 --- a/admin/notes/documentation +++ b/admin/notes/documentation | |||
| @@ -54,9 +54,9 @@ combine them into a single entry, e.g.: | |||
| 54 | https://lists.gnu.org/r/emacs-devel/2008-10/msg00414.html | 54 | https://lists.gnu.org/r/emacs-devel/2008-10/msg00414.html |
| 55 | 55 | ||
| 56 | In Emacs tradition, we treat "point" as a proper name when it refers | 56 | In Emacs tradition, we treat "point" as a proper name when it refers |
| 57 | to the current editing location. It should not have an article. | 57 | to the current editing location. It should not have an article. |
| 58 | 58 | ||
| 59 | Thus, it is incorrect to write, "The point does not move". It should | 59 | Thus, it is incorrect to write, "The point does not move". It should |
| 60 | be, "Point does not move". | 60 | be, "Point does not move". |
| 61 | 61 | ||
| 62 | If you see "the point" anywhere in Emacs documentation or comments, | 62 | If you see "the point" anywhere in Emacs documentation or comments, |