summaryrefslogtreecommitdiff
path: root/lisp/x-dnd.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/x-dnd.el')
-rw-r--r--lisp/x-dnd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el
index 23e8001c013..2819c6163d0 100644
--- a/lisp/x-dnd.el
+++ b/lisp/x-dnd.el
@@ -377,7 +377,7 @@ Currently XDND, Motif and old KDE 1.x protocols are recognized."
("XdndActionMove" . move)
("XdndActionLink" . link)
("XdndActionAsk" . ask))
- "Mapping from XDND action types to lisp symbols.")
+ "Mapping from XDND action types to Lisp symbols.")
(declare-function x-change-window-property "xfns.c"
(prop value &optional frame type format outer-P))