aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2025-04-11 11:33:26 +0300
committerEli Zaretskii2025-04-11 11:33:26 +0300
commite966ff9759ae9fe6aa2e12681bc01315dbe83f71 (patch)
tree2aee59dd7267e32e114d477585168fe99b7bbf64 /doc
parent378bea99b1a41a38c3915fa65e9adce4ec177197 (diff)
downloademacs-e966ff9759ae9fe6aa2e12681bc01315dbe83f71.tar.gz
emacs-e966ff9759ae9fe6aa2e12681bc01315dbe83f71.zip
; * doc/emacs/files.texi (Image Mode): Fix a typo (bug#77723).
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/files.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 2a7017779f6..e15ab605db1 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -2489,7 +2489,7 @@ select a group of images to copy somewhere else). The @kbd{m}
2489(@code{image-mode-mark-file}) command will mark the current file in 2489(@code{image-mode-mark-file}) command will mark the current file in
2490any Dired buffer(s) that display the current file's directory. If no 2490any Dired buffer(s) that display the current file's directory. If no
2491such buffer is open, the directory is opened in a new buffer. To 2491such buffer is open, the directory is opened in a new buffer. To
2492unmark files, use the @kbd{u} (@code{image-mode-mark-file}) command. 2492unmark files, use the @kbd{u} (@code{image-mode-unmark-file}) command.
2493Finally, if you just want to copy the current buffers file name to the 2493Finally, if you just want to copy the current buffers file name to the
2494kill ring, you can use the @kbd{w} 2494kill ring, you can use the @kbd{w}
2495(@code{image-mode-copy-file-name-as-kill}) command. 2495(@code{image-mode-copy-file-name-as-kill}) command.