Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
14fb5704
Commit
14fb5704
authored
Jul 21, 2010
by
Juanma Barranquero
Browse files
* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
parent
604f7ca6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
src/ChangeLog
src/ChangeLog
+4
-0
src/buffer.c
src/buffer.c
+4
-4
No files found.
src/ChangeLog
View file @
14fb5704
2010-07-21 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (syms_of_buffer) <fringe-indicator-alist>: Doc fix.
2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
2010-07-17 Jan Djärv <jan.h.d@swipnet.se>
* gtkutil.c (xg_event_is_for_menubar): Also check that event window
* gtkutil.c (xg_event_is_for_menubar): Also check that event window
...
...
src/buffer.c
View file @
14fb5704
...
@@ -6032,14 +6032,14 @@ fringe indicator.
...
@@ -6032,14 +6032,14 @@ fringe indicator.
INDICATOR specifies the logical indicator type which is one of the
INDICATOR specifies the logical indicator type which is one of the
following symbols: `truncation' , `continuation', `overlay-arrow',
following symbols: `truncation' , `continuation', `overlay-arrow',
`top', `bottom', `
up', `down', `one-line
',
`
empty-line', or `unknown'.
`top', `bottom', `
top-bottom', `up', `down
', empty-line', or `unknown'.
BITMAPS is list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies
BITMAPS is
a
list of symbols (LEFT RIGHT [LEFT1 RIGHT1]) which specifies
the actual bitmap shown in the left or right fringe for the logical
the actual bitmap shown in the left or right fringe for the logical
indicator. LEFT and RIGHT are the bitmaps shown in the left and/or
indicator. LEFT and RIGHT are the bitmaps shown in the left and/or
right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps
right fringe for the specific indicator. The LEFT1 or RIGHT1 bitmaps
are used only for the `bottom' and `
one-line
' indicators when the
last
are used only for the `bottom' and `
top-bottom
' indicators when the
\
(only) line
in
has no final newline. BITMAPS may also be a single
last
(only) line has no final newline. BITMAPS may also be a single
symbol which is used in both left and right fringes. */);
symbol which is used in both left and right fringes. */);
DEFVAR_PER_BUFFER ("fringe-cursor-alist",
DEFVAR_PER_BUFFER ("fringe-cursor-alist",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment