Variable: ediff-long-help-message-narrow2
ediff-long-help-message-narrow2 is a variable defined in
ediff-help.el.gz.
Value
"\np,DEL -previous diff | | -vert/horiz split |a/b -copy A/B's region to B/A\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 | % -narrow/widen buffs\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 ~ -swap variants | m -wide display |\n"
Documentation
Help message when comparing windows or regions line-by-line.
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-narrow2
"
p,DEL -previous diff | | -vert/horiz split |a/b -copy A/B's region to B/A
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 | % -narrow/widen buffs
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
~ -swap variants | m -wide display |
"
"Help message when comparing windows or regions line-by-line.
Normally, not a user option. See `ediff-help-message' for details.")