diff options
| author | Eli Zaretskii | 2025-04-11 11:33:26 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-04-11 11:33:26 +0300 |
| commit | e966ff9759ae9fe6aa2e12681bc01315dbe83f71 (patch) | |
| tree | 2aee59dd7267e32e114d477585168fe99b7bbf64 /doc | |
| parent | 378bea99b1a41a38c3915fa65e9adce4ec177197 (diff) | |
| download | emacs-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.texi | 2 |
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 |
| 2490 | any Dired buffer(s) that display the current file's directory. If no | 2490 | any Dired buffer(s) that display the current file's directory. If no |
| 2491 | such buffer is open, the directory is opened in a new buffer. To | 2491 | such buffer is open, the directory is opened in a new buffer. To |
| 2492 | unmark files, use the @kbd{u} (@code{image-mode-mark-file}) command. | 2492 | unmark files, use the @kbd{u} (@code{image-mode-unmark-file}) command. |
| 2493 | Finally, if you just want to copy the current buffers file name to the | 2493 | Finally, if you just want to copy the current buffers file name to the |
| 2494 | kill ring, you can use the @kbd{w} | 2494 | kill 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. |