summaryrefslogtreecommitdiff
path: root/lisp/dnd.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-13 06:04:32 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-13 06:44:52 +0200
commitf02624b34201aae3d69287e5ae86d466e5c4a6b3 (patch)
treeaef0b6763b5052cf43157f7af484085758cefb58 /lisp/dnd.el
parent2110973351f01fb5cdf90b705acb58354b608050 (diff)
downloademacs-f02624b34201aae3d69287e5ae86d466e5c4a6b3.tar.gz
; Minor doc fixes found by checkdoc
Diffstat (limited to 'lisp/dnd.el')
-rw-r--r--lisp/dnd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dnd.el b/lisp/dnd.el
index e641b2843a9..44316154b0f 100644
--- a/lisp/dnd.el
+++ b/lisp/dnd.el
@@ -77,7 +77,7 @@ and is the default except for MS-Windows."
(defcustom dnd-open-file-other-window nil
- "If non-nil, always use find-file-other-window to open dropped files."
+ "If non-nil, always use `find-file-other-window' to open dropped files."
:version "22.1"
:type 'boolean)