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
e531bdff
Commit
e531bdff
authored
May 11, 2011
by
Drew Adams
Committed by
Juanma Barranquero
May 11, 2011
Browse files
src/textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
parent
7db47798
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/textprop.c
src/textprop.c
+2
-2
No files found.
src/ChangeLog
View file @
e531bdff
2011-05-11 Drew Adams <drew.adams@oracle.com>
* textprop.c (Fprevious_single_char_property_change): Doc fix (bug#8655).
2011-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* w32term.c (w32_draw_fringe_bitmap): Rename local vars `left' and
...
...
src/textprop.c
View file @
e531bdff
...
...
@@ -874,8 +874,8 @@ In a buffer, it runs to (point-min), and the value cannot be less than that.
The property values are compared with `eq'.
If the property is constant all the way to the start of OBJECT, return the
first valid position in OBJECT.
If the optional fourth argument LIMIT is non-nil, don't search
back past
position LIMIT; return LIMIT if nothing is found before LIMIT. */
)
If the optional fourth argument LIMIT is non-nil, don't search
back past
position LIMIT; return LIMIT if nothing is found before
reaching
LIMIT. */
)
(
position
,
prop
,
object
,
limit
)
Lisp_Object
prop
,
position
,
object
,
limit
;
{
...
...
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