diff options
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r-- | lisp/ediff.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el index e7846035858..871af29acd4 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -1417,8 +1417,8 @@ these buffers.") (defvar ediff-use-last-dir nil "*If t, Ediff uses previous directory as default when reading file name.") -(defvar ediff-nix-help-in-control-buffer nil - "*Non-nil mean C-h should not to invoke Emacs help. +(defvar ediff-no-help-in-control-buffer nil + "*Non-nil mean C-h should not invoke Emacs help. Instead, C-h jumps to previous difference.") (defvar ediff-temp-file-prefix |