diff options
| author | Stefan Kangas | 2022-07-14 12:43:52 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-14 12:52:32 +0200 |
| commit | 41e612cfd684f03e34c8990df1b86b95e092211b (patch) | |
| tree | d2ba94798f230db2835562679d0f3308fb1fd50f /lisp | |
| parent | ade1238bce1cf69ebce8809a2d73cb92db94b977 (diff) | |
| download | emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz emacs-41e612cfd684f03e34c8990df1b86b95e092211b.zip | |
; Fix typos
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/doc-view.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/loaddefs-gen.el | 4 | ||||
| -rw-r--r-- | lisp/face-remap.el | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 0f659fb8b37..f05ec938e55 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el | |||
| @@ -238,7 +238,7 @@ Can be `dvi', `pdf', `ps', `djvu', `odf', `epub', `cbz', `fb2', | |||
| 238 | (defun doc-view--epub-reconvert (&optional _event) | 238 | (defun doc-view--epub-reconvert (&optional _event) |
| 239 | "Reconvert all epub buffers. | 239 | "Reconvert all epub buffers. |
| 240 | 240 | ||
| 241 | EVENT is unused, but neccesary to work with the filenotify API" | 241 | EVENT is unused, but necessary to work with the filenotify API." |
| 242 | (dolist (x (buffer-list)) | 242 | (dolist (x (buffer-list)) |
| 243 | (with-current-buffer x | 243 | (with-current-buffer x |
| 244 | (when (eq doc-view-doc-type 'epub) | 244 | (when (eq doc-view-doc-type 'epub) |
diff --git a/lisp/emacs-lisp/loaddefs-gen.el b/lisp/emacs-lisp/loaddefs-gen.el index 2c92a8e7fe8..8a50b777da1 100644 --- a/lisp/emacs-lisp/loaddefs-gen.el +++ b/lisp/emacs-lisp/loaddefs-gen.el | |||
| @@ -329,9 +329,9 @@ expression, in which case we want to handle forms differently." | |||
| 329 | 'string<)))))) | 329 | 'string<)))))) |
| 330 | 330 | ||
| 331 | (defun loaddefs-generate--parse-file (file main-outfile &optional package-data) | 331 | (defun loaddefs-generate--parse-file (file main-outfile &optional package-data) |
| 332 | "Examing FILE for ;;;###autoload statements. | 332 | "Examining FILE for ;;;###autoload statements. |
| 333 | MAIN-OUTFILE is the main loaddefs file these statements are | 333 | MAIN-OUTFILE is the main loaddefs file these statements are |
| 334 | destined for, but this can be overriden by the buffer-local | 334 | destined for, but this can be overridden by the buffer-local |
| 335 | setting of `generated-autoload-file' in FILE, and | 335 | setting of `generated-autoload-file' in FILE, and |
| 336 | by ;;;###foo-autoload statements. | 336 | by ;;;###foo-autoload statements. |
| 337 | 337 | ||
diff --git a/lisp/face-remap.el b/lisp/face-remap.el index fd49c81ab3f..432385587b4 100644 --- a/lisp/face-remap.el +++ b/lisp/face-remap.el | |||
| @@ -481,7 +481,7 @@ used to invoke the command, with all modifiers removed: | |||
| 481 | After adjusting, further adjust the font size as long as the key, | 481 | After adjusting, further adjust the font size as long as the key, |
| 482 | with all modifiers removed, is one of the above characters. | 482 | with all modifiers removed, is one of the above characters. |
| 483 | 483 | ||
| 484 | Buffer-local face adjustements have higher priority than global | 484 | Buffer-local face adjustments have higher priority than global |
| 485 | face adjustments. | 485 | face adjustments. |
| 486 | 486 | ||
| 487 | The variable `global-text-scale-adjust-resizes-frames' controls | 487 | The variable `global-text-scale-adjust-resizes-frames' controls |