emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b5ada7aa6f: Remove erroneous @w in yank-media cross ref


From: Robert Pluim
Subject: master b5ada7aa6f: Remove erroneous @w in yank-media cross ref
Date: Mon, 24 Oct 2022 03:57:23 -0400 (EDT)

branch: master
commit b5ada7aa6fcb14019df207259609d602150b03a4
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    Remove erroneous @w in yank-media cross ref
    
    I added this by mistake, there's actually no need to keep the cross
    ref on the same line.
    
    * doc/emacs/killing.texi (Clipboard): Remove @w around @pxref.
---
 doc/emacs/killing.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/killing.texi b/doc/emacs/killing.texi
index bb8d51158a..bac2f7ff78 100644
--- a/doc/emacs/killing.texi
+++ b/doc/emacs/killing.texi
@@ -570,8 +570,8 @@ change the variable @code{select-enable-clipboard} to 
@code{nil}.
 instance, a web browser will usually let you choose ``Copy Image'' on
 images, and this image will be put on the clipboard.  On capable
 platforms, Emacs can yank these objects with the @code{yank-media}
-command---but only in modes that have support for it (@w{@pxref{Yanking
-Media,,, elisp, The Emacs Lisp Reference Manual}}).
+command---but only in modes that have support for it (@pxref{Yanking
+Media,,, elisp, The Emacs Lisp Reference Manual}).
 
 @cindex clipboard manager
 @vindex x-select-enable-clipboard-manager



reply via email to

[Prev in Thread] Current Thread [Next in Thread]