summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
-rw-r--r--lisp/files.el2
-rw-r--r--lisp/paren.el2
-rw-r--r--lisp/window.el2
4 files changed, 7 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a72b9615bd9..a2087757898 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 cd35fe38350..d785d4fd75d 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 1d7fb1c4625..eeda95809a5 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 dd23ab1d394..a11293d372a 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.