diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2022-11-29 22:37:18 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2022-11-29 22:37:18 +0100 |
commit | f6aa7c335fb848a27934aa31b2012c511d6f1b19 (patch) | |
tree | 36c0a0e3b10d8d728ab65e38fdeb0fc4c2d120cf /lisp | |
parent | f373a23e5171fd8ecb4555cee618bbcd2e7077e3 (diff) | |
download | emacs-f6aa7c335fb848a27934aa31b2012c511d6f1b19.tar.gz emacs-f6aa7c335fb848a27934aa31b2012c511d6f1b19.tar.bz2 emacs-f6aa7c335fb848a27934aa31b2012c511d6f1b19.zip |
; Typo fixes in etc/NEWS and lisp/ files
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/files.el | 2 | ||||
-rw-r--r-- | lisp/paren.el | 2 | ||||
-rw-r--r-- | lisp/window.el | 2 |
3 files changed, 3 insertions, 3 deletions
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. |