mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
Merge from origin/emacs-25
acae275; Spelling fixesd8fac73Update README for precompiled windows Emacs.23570fdClarify documentation of 'vc-responsible-backend' wrt symlinksf708cb2Clarify doc string of 'transpose-sexps'cd05b1dFix docstring of 'browse-url-firefox-new-window-is-tab'bdc89ebImprove documentation of 'font-lock-remove-keywords'4a0c590Fix documentation of the command summary key0221b7aMark relocation workarounds with REL_ALLOC
This commit is contained in:
commit
ae0a1a890e
25 changed files with 145 additions and 265 deletions
|
|
@ -39,7 +39,7 @@
|
|||
(eval-and-compile
|
||||
|
||||
(defun indian-regexp-of-hashtbl-keys (hashtbl)
|
||||
"Returns the regular expression of hashtable keys."
|
||||
"Return the regular expression of hash table keys."
|
||||
(let (keys)
|
||||
(maphash (lambda (key val) (push key keys)) hashtbl)
|
||||
(regexp-opt keys)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue