diff options
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', (defun doc-view--epub-reconvert (&optional _event) "Reconvert all epub buffers. -EVENT is unused, but neccesary to work with the filenotify API" +EVENT is unused, but necessary to work with the filenotify API." (dolist (x (buffer-list)) (with-current-buffer x (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." 'string<)))))) (defun loaddefs-generate--parse-file (file main-outfile &optional package-data) - "Examing FILE for ;;;###autoload statements. + "Examining FILE for ;;;###autoload statements. MAIN-OUTFILE is the main loaddefs file these statements are -destined for, but this can be overriden by the buffer-local +destined for, but this can be overridden by the buffer-local setting of `generated-autoload-file' in FILE, and by ;;;###foo-autoload statements. 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: After adjusting, further adjust the font size as long as the key, with all modifiers removed, is one of the above characters. -Buffer-local face adjustements have higher priority than global +Buffer-local face adjustments have higher priority than global face adjustments. The variable `global-text-scale-adjust-resizes-frames' controls |