diff options
Diffstat (limited to 'lisp/dnd.el')
-rw-r--r-- | lisp/dnd.el | 2 |
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) |