mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
; Fix some typos.
This commit is contained in:
parent
71ef0122ab
commit
17cdb732a7
4 changed files with 7 additions and 7 deletions
|
|
@ -1144,8 +1144,8 @@ replacing the current Image mode buffer."
|
|||
(funcall next))))
|
||||
|
||||
(defun image-mode--directory-buffers (file)
|
||||
"Return a alist of type/buffer for all \"parent\" buffers to image FILE.
|
||||
This is normally a list of dired buffers, but can also be archive and
|
||||
"Return an alist of type/buffer for all \"parent\" buffers to image FILE.
|
||||
This is normally a list of Dired buffers, but can also be archive and
|
||||
tar mode buffers."
|
||||
(let ((buffers nil)
|
||||
(dir (file-name-directory file)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue