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
bfffe0b1
Commit
bfffe0b1
authored
Feb 10, 2008
by
Glenn Morris
Browse files
(Equality Predicates): Mention equal-including-properties.
parent
d224e8c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/objects.texi
doc/lispref/objects.texi
+2
-1
No files found.
doc/lispref/ChangeLog
View file @
bfffe0b1
2008
-
02
-
10
Glenn
Morris
<
rgm
@
gnu
.
org
>
*
objects
.
texi
(
Equality
Predicates
):
Mention
equal
-
including
-
properties
.
2008
-
02
-
07
Jan
Dj
,
Ad
(
Brv
<
jan
.
h
.
d
@
swipnet
.
se
>
*
keymaps
.
texi
(
Tool
Bar
):
Document
rtl
property
.
...
...
doc/lispref/objects.texi
View file @
bfffe0b1
...
...
@@ -2007,7 +2007,8 @@ always true.
@end example
Comparison of strings is case-sensitive, but does not take account of
text properties---it compares only the characters in the strings. For
text properties---it compares only the characters in the strings. Use
@code{equal-including-properties} to also compare text properties. For
technical reasons, a unibyte string and a multibyte string are
@code{equal} if and only if they contain the same sequence of
character codes and all these codes are either in the range 0 through
...
...
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