emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 f6aa7c335f: ; Typo fixes in etc/NEWS and lisp/ files


From: Juanma Barranquero
Subject: emacs-29 f6aa7c335f: ; Typo fixes in etc/NEWS and lisp/ files
Date: Tue, 29 Nov 2022 16:38:34 -0500 (EST)

branch: emacs-29
commit f6aa7c335fb848a27934aa31b2012c511d6f1b19
Author: Juanma Barranquero <lekktu@gmail.com>
Commit: Juanma Barranquero <lekktu@gmail.com>

    ; Typo fixes in etc/NEWS and lisp/ files
---
 etc/NEWS       | 9 ++++-----
 lisp/files.el  | 2 +-
 lisp/paren.el  | 2 +-
 lisp/window.el | 2 +-
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index a72b9615bd..a208775789 100644
--- 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'.
diff --git a/lisp/files.el b/lisp/files.el
index cd35fe3835..d785d4fd75 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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))
diff --git a/lisp/paren.el b/lisp/paren.el
index 1d7fb1c462..eeda95809a 100644
--- a/lisp/paren.el
+++ b/lisp/paren.el
@@ -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
diff --git a/lisp/window.el b/lisp/window.el
index dd23ab1d39..a11293d372 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]