aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas2022-07-14 12:43:52 +0200
committerStefan Kangas2022-07-14 12:52:32 +0200
commit41e612cfd684f03e34c8990df1b86b95e092211b (patch)
treed2ba94798f230db2835562679d0f3308fb1fd50f /lisp
parentade1238bce1cf69ebce8809a2d73cb92db94b977 (diff)
downloademacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz
emacs-41e612cfd684f03e34c8990df1b86b95e092211b.zip
; Fix typos
Diffstat (limited to 'lisp')
-rw-r--r--lisp/doc-view.el2
-rw-r--r--lisp/emacs-lisp/loaddefs-gen.el4
-rw-r--r--lisp/face-remap.el2
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
241EVENT is unused, but neccesary to work with the filenotify API" 241EVENT 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.
333MAIN-OUTFILE is the main loaddefs file these statements are 333MAIN-OUTFILE is the main loaddefs file these statements are
334destined for, but this can be overriden by the buffer-local 334destined for, but this can be overridden by the buffer-local
335setting of `generated-autoload-file' in FILE, and 335setting of `generated-autoload-file' in FILE, and
336by ;;;###foo-autoload statements. 336by ;;;###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:
481After adjusting, further adjust the font size as long as the key, 481After adjusting, further adjust the font size as long as the key,
482with all modifiers removed, is one of the above characters. 482with all modifiers removed, is one of the above characters.
483 483
484Buffer-local face adjustements have higher priority than global 484Buffer-local face adjustments have higher priority than global
485face adjustments. 485face adjustments.
486 486
487The variable `global-text-scale-adjust-resizes-frames' controls 487The variable `global-text-scale-adjust-resizes-frames' controls