Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4217dc29
Commit
4217dc29
authored
Jan 03, 2013
by
Ari Roponen
Committed by
Glenn Morris
Jan 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)
Fixes: debbugs:13345
parent
d2be4dcc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/hash.texi
doc/lispref/hash.texi
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
4217dc29
2013-01-03 Ari Roponen <ari.roponen@gmail.com> (tiny change)
* hash.texi (Defining Hash): Fix typo. (Bug#13345)
2013-01-03 Glenn Morris <rgm@gnu.org>
* processes.texi (System Processes):
...
...
doc/lispref/hash.texi
View file @
4217dc29
...
...
@@ -293,7 +293,7 @@ compared case-insensitively.
@example
(defun case-fold-string= (a b)
(compare-strings a nil nil b nil nil t))
(eq t
(compare-strings a nil nil b nil nil t))
)
(defun case-fold-string-hash (a)
(sxhash (upcase a)))
...
...
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