; Typo fixes in etc/NEWS and lisp/ files

This commit is contained in:
Juanma Barranquero 2022-11-29 22:37:18 +01:00
parent f373a23e51
commit f6aa7c335f
4 changed files with 7 additions and 8 deletions

View file

@ -499,7 +499,7 @@ instead.
** The url-dired.el library is now obsolete. ** 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. They have been obsolete since Emacs 22.1.
The variable 'font-lock-support-mode' is occasionally useful for 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. 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 This key is now bound to 'Buffer-menu-view-other-window', which will
view this line's buffer in View mode in another window. 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. 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., This was previously only available when using a property line (i.e.,
putting the modes on the first line of a file). putting the modes on the first line of a file).
@ -3714,8 +3714,7 @@ compliant.
+++ +++
** New macro 'setopt'. ** New macro 'setopt'.
This is like 'setq', but is meant to be used for user options instead This is like 'setq', but is meant to be used for user options instead
of plain variables, and of plain variables, and uses 'custom-set'/'set-default' to set them.
uses 'custom-set'/'set-default' to set them.
+++ +++
** New utility predicate 'mode-line-window-selected-p'. ** New utility predicate 'mode-line-window-selected-p'.

View file

@ -7441,7 +7441,7 @@ The \"sibling\" file is defined by the `find-sibling-rules' variable."
relatives nil t nil nil (car relatives)))))))) relatives nil t nil nil (car relatives))))))))
(defun find-sibling-file-search (file &optional rules) (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 RULES should be a list on the form defined by `find-sibling-rules' (which
see), and if nil, defaults to `find-sibling-rules'." see), and if nil, defaults to `find-sibling-rules'."
(let ((results nil)) (let ((results nil))

View 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)) (defcustom show-paren-predicate '(not (derived-mode . special-mode))
"Whether to use `show-paren-mode' in a buffer. "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) derive from `special-mode', which means that it's on (by default)
in all editing buffers." in all editing buffers."
:type 'buffer-predicate :type 'buffer-predicate

View file

@ -1958,7 +1958,7 @@ Optional argument PIXELWISE non-nil means return number of
pixels by which WINDOW can be enlarged." pixels by which WINDOW can be enlarged."
(setq window (window-normalize-window window)) (setq window (window-normalize-window window))
(if (and (not nodown) (window-size-fixed-p window horizontal ignore)) (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. ;; size.
0 0
;; WINDOW has no fixed size. ;; WINDOW has no fixed size.