Variable: ediff-long-help-message-compare3
ediff-long-help-message-compare3 is a variable defined in
ediff-help.el.gz.
Value
"\np,DEL -previous diff | | -vert/horiz split | xy -copy buf X's region to Y\nn,SPC -next diff | h -highlighting | rx -restore buf X's old diff\n j -jump to diff | @ -auto-refinement | * -refine current region\n gx -goto X's point| ## -ignore whitespace | ! -update diff regions\n C-l -recenter | #c -ignore case |\n v/V -scroll up/dn | #f/#h -focus/hide regions | wx -save buf X\n </> -scroll lt/rt | X -read-only in buf X | wd -save diff output\n ~ -rotate buffers| m -wide display |\n"
Documentation
Help message usually used for 3-way comparison.
Normally, not a user option. See ediff-help-message for details.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-help.el.gz
(defconst ediff-long-help-message-compare3
"
p,DEL -previous diff | | -vert/horiz split | xy -copy buf X's region to Y
n,SPC -next diff | h -highlighting | rx -restore buf X's old diff
j -jump to diff | @ -auto-refinement | * -refine current region
gx -goto X's point| ## -ignore whitespace | ! -update diff regions
C-l -recenter | #c -ignore case |
v/V -scroll up/dn | #f/#h -focus/hide regions | wx -save buf X
</> -scroll lt/rt | X -read-only in buf X | wd -save diff output
~ -rotate buffers| m -wide display |
"
"Help message usually used for 3-way comparison.
Normally, not a user option. See `ediff-help-message' for details.")