mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
lisp/visual-wrap.el (visual-wrap--content-prefix): Adjust doc
Suggested by Andrea Alberti <a.alberti82@gmail.com>.
This commit is contained in:
parent
7ee3314398
commit
0a5e69eaef
1 changed files with 2 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ extra indent = -1
|
|||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
|
||||
do eiusmod tempor incididunt ut labore et dolore magna
|
||||
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
|
||||
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
|
||||
ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
|
||||
actual indent = 2
|
||||
|
|
@ -64,7 +64,7 @@ extra indent = 2
|
|||
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed
|
||||
do eiusmod tempor incididunt ut labore et dolore magna
|
||||
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
|
||||
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
|
||||
ullamco laboris nisi ut aliquip ex ea commodo consequat."
|
||||
:type 'integer
|
||||
:safe #'integerp
|
||||
|
|
@ -174,7 +174,6 @@ members of `visual-wrap--safe-display-specs' (which see)."
|
|||
|
||||
(defun visual-wrap--content-prefix (prefix)
|
||||
"Get the next-line prefix for the specified first-line PREFIX.
|
||||
POSITION is the position in the buffer where PREFIX is located.
|
||||
|
||||
This returns a string prefix to use for subsequent lines; a number,
|
||||
indicating the pixel width to use for whitespace alignment; or nil if
|
||||
|
|
|
|||
Loading…
Reference in a new issue