]> git.eshelyaron.com Git - emacs.git/commitdiff
; Typo fixes in etc/NEWS and lisp/ files
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Nov 2022 21:37:18 +0000 (22:37 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 29 Nov 2022 21:37:18 +0000 (22:37 +0100)
etc/NEWS
lisp/files.el
lisp/paren.el
lisp/window.el

index a72b9615bd9c3d390068daaf8151ed5d37632275..a20877578982a92a6dc433335b61d44c8558438a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -499,7 +499,7 @@ instead.
 ** The url-dired.el library is now obsolete.
 
 ---
-** The fast-lock.el and lazy-lock.el library have been removed.
+** The fast-lock.el and lazy-lock.el libraries have been removed.
 They have been obsolete since Emacs 22.1.
 
 The variable 'font-lock-support-mode' is occasionally useful for
@@ -2911,7 +2911,7 @@ The new face 'abbrev-table-name' is used to display the abbrev table
 name.
 
 ---
-*** New key binding 'O' in 'M-x list-buffer'.
+*** New key binding 'O' in 'M-x list-buffers'.
 This key is now bound to 'Buffer-menu-view-other-window', which will
 view this line's buffer in View mode in another window.
 
@@ -3667,7 +3667,7 @@ If the function returns 'dont-clear-message', then the message is not
 cleared, with the assumption that the function cleared it itself.
 
 +++
-** The local variable section now supports defining fallback modes.
+** The local variables section now supports defining fallback modes.
 This was previously only available when using a property line (i.e.,
 putting the modes on the first line of a file).
 
@@ -3714,8 +3714,7 @@ compliant.
 +++
 ** New macro 'setopt'.
 This is like 'setq', but is meant to be used for user options instead
-of plain variables, and
-uses 'custom-set'/'set-default' to set them.
+of plain variables, and uses 'custom-set'/'set-default' to set them.
 
 +++
 ** New utility predicate 'mode-line-window-selected-p'.
index cd35fe383503110af85367fbc1387c02a22075cf..d785d4fd75d6f85b9908d069ffb64eaa4b39def8 100644 (file)
@@ -7441,7 +7441,7 @@ The \"sibling\" file is defined by the `find-sibling-rules' variable."
                           relatives nil t nil nil (car relatives))))))))
 
 (defun find-sibling-file-search (file &optional rules)
-  "Return a list of FILE's \"siblings\"
+  "Return a list of FILE's \"siblings\".
 RULES should be a list on the form defined by `find-sibling-rules' (which
 see), and if nil, defaults to `find-sibling-rules'."
   (let ((results nil))
index 1d7fb1c4625dc7579c1e674dd9af7b332a7aa516..eeda95809a558d6f03ff7f46519223e66b4f48b5 100644 (file)
@@ -120,7 +120,7 @@ On non-graphical frames, the context is shown in the echo area."
 
 (defcustom show-paren-predicate '(not (derived-mode . special-mode))
   "Whether to use `show-paren-mode' in a buffer.
-The default is to enable the mode in all buffers that have don't
+The default is to enable the mode in all buffers that don't
 derive from `special-mode', which means that it's on (by default)
 in all editing buffers."
   :type 'buffer-predicate
index dd23ab1d3943a0866bec5637e1a006699b601b95..a11293d372a9f1a42c9d637d55d024f28f7ae97a 100644 (file)
@@ -1958,7 +1958,7 @@ Optional argument PIXELWISE non-nil means return number of
 pixels by which WINDOW can be enlarged."
   (setq window (window-normalize-window window))
   (if (and (not nodown) (window-size-fixed-p window horizontal ignore))
-      ;; With IGNORE and NOWDON nil return zero if WINDOW has fixed
+      ;; With IGNORE and NODOWN nil return zero if WINDOW has fixed
       ;; size.
       0
     ;; WINDOW has no fixed size.