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/files.el | |
parent | f373a23e5171fd8ecb4555cee618bbcd2e7077e3 (diff) | |
download | emacs-f6aa7c335fb848a27934aa31b2012c511d6f1b19.tar.gz |
; Typo fixes in etc/NEWS and lisp/ files
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 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)) |