diff options
| author | Stefan Kangas | 2022-11-20 12:59:39 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-20 12:59:39 +0100 |
| commit | 16318bfb518aa7bc06e502e6fad7e53ec91067f9 (patch) | |
| tree | e27122c0a061762bc483ed245ca62ac8d957f881 /admin | |
| parent | 6082ab9697fa8c18e9049d24840d07efe6f95625 (diff) | |
| download | emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.tar.gz emacs-16318bfb518aa7bc06e502e6fad7e53ec91067f9.zip | |
; Fix typos
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/cus-test.el | 2 | ||||
| -rw-r--r-- | admin/grammars/srecode-template.wy | 2 | ||||
| -rw-r--r-- | admin/last-chance.el | 2 | ||||
| -rw-r--r-- | admin/notes/bug-triage | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/admin/cus-test.el b/admin/cus-test.el index 22d5a3a1516..7e73f2e44aa 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -131,7 +131,7 @@ Names should be as they appear in loaddefs.el.") | |||
| 131 | ;; Don't create a file `abbrev-file-name'. | 131 | ;; Don't create a file `abbrev-file-name'. |
| 132 | (setq save-abbrevs nil) | 132 | (setq save-abbrevs nil) |
| 133 | 133 | ||
| 134 | ;; Avoid compile logs from adviced functions. | 134 | ;; Avoid compile logs from advised functions. |
| 135 | (eval-after-load "bytecomp" | 135 | (eval-after-load "bytecomp" |
| 136 | '(setq ad-default-compilation-action 'never)) | 136 | '(setq ad-default-compilation-action 'never)) |
| 137 | 137 | ||
diff --git a/admin/grammars/srecode-template.wy b/admin/grammars/srecode-template.wy index c3531ebd549..7ba73d2921a 100644 --- a/admin/grammars/srecode-template.wy +++ b/admin/grammars/srecode-template.wy | |||
| @@ -126,7 +126,7 @@ variable | |||
| 126 | : SET symbol insertable-string-list newline | 126 | : SET symbol insertable-string-list newline |
| 127 | (VARIABLE-TAG $2 nil $3) | 127 | (VARIABLE-TAG $2 nil $3) |
| 128 | | SET symbol number newline | 128 | | SET symbol number newline |
| 129 | ;; This so a common error w/ priority works. | 129 | ;; This so a common error with priority works. |
| 130 | ;; Note that "number" still has a string value in the lexer. | 130 | ;; Note that "number" still has a string value in the lexer. |
| 131 | (VARIABLE-TAG $2 nil (list $3)) | 131 | (VARIABLE-TAG $2 nil (list $3)) |
| 132 | | SHOW symbol newline | 132 | | SHOW symbol newline |
diff --git a/admin/last-chance.el b/admin/last-chance.el index 30d6a25a287..45d470cacde 100644 --- a/admin/last-chance.el +++ b/admin/last-chance.el | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | ;; | 41 | ;; |
| 42 | ;; will show you any references to `change-log-date-face' in the | 42 | ;; will show you any references to `change-log-date-face' in the |
| 43 | ;; *.el files in a new buffer (in Grep mode). Hopefully you see | 43 | ;; *.el files in a new buffer (in Grep mode). Hopefully you see |
| 44 | ;; only the obsolete declaration and can proceed w/ its removal. | 44 | ;; only the obsolete declaration and can proceed with its removal. |
| 45 | ;; If not, please DTRT and refrain from the removal until those | 45 | ;; If not, please DTRT and refrain from the removal until those |
| 46 | ;; references are properly transitioned. | 46 | ;; references are properly transitioned. |
| 47 | ;; | 47 | ;; |
diff --git a/admin/notes/bug-triage b/admin/notes/bug-triage index 3d9a275c9d2..bee7242337d 100644 --- a/admin/notes/bug-triage +++ b/admin/notes/bug-triage | |||
| @@ -73,7 +73,7 @@ the ones that are not reproducible on the current release. | |||
| 73 | know if you are able to? If I don't hear back in a few | 73 | know if you are able to? If I don't hear back in a few |
| 74 | weeks, I'll just close this bug as unreproducible." | 74 | weeks, I'll just close this bug as unreproducible." |
| 75 | [ ] Check that the priority is reasonable. Most bugs should be | 75 | [ ] Check that the priority is reasonable. Most bugs should be |
| 76 | marked as normal, but crashers and security issues can be | 76 | marked as normal, but crashes and security issues can be |
| 77 | marked as serious. | 77 | marked as serious. |
| 78 | 3. Your changes will take some time to take effect. After a period of minutes | 78 | 3. Your changes will take some time to take effect. After a period of minutes |
| 79 | to hours, you will get a mail telling you the control message has been | 79 | to hours, you will get a mail telling you the control message has been |