1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(longlines-show-effect): Default to a pilcrow sign.

This commit is contained in:
Chong Yidong 2008-06-06 20:39:18 +00:00
parent 1c2a65c368
commit 12e18d7dfa

View File

@ -69,7 +69,7 @@ You can also enable the display temporarily, using the command
:group 'longlines
:type 'boolean)
(defcustom longlines-show-effect (propertize "|\n" 'face 'escape-glyph)
(defcustom longlines-show-effect (propertize "\n" 'face 'escape-glyph)
"A string to display when showing hard newlines.
This is used when `longlines-show-hard-newlines' is on."
:group 'longlines