* lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change.
Fixes: debbugs:18382
This commit is contained in:
parent
267a63b06d
commit
ad5c82a8cc
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-09-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* tutorial.el (tutorial--display-changes):
|
||||
Fix 2014-07-29 change. (Bug#18382)
|
||||
|
||||
2014-08-29 Ken Brown <kbrown@cornell.edu>
|
||||
|
||||
* startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
|
||||
|
|
|
@ -552,7 +552,7 @@ with some explanatory links."
|
|||
;; binding because the Hebrew tutorial uses directional
|
||||
;; controls and Hebrew character maqaf, the Hebrew hyphen,
|
||||
;; immediately before the binding string.
|
||||
(concat "\\([[:space:]]\\|[[:punct:]]\\)\\("
|
||||
(concat "\\(?:[[:space:]]\\|[[:punct:]]\\)\\("
|
||||
(mapconcat (lambda (kdf) (regexp-quote
|
||||
(tutorial--key-description
|
||||
(nth 1 kdf))))
|
||||
|
|
Loading…
Add table
Reference in a new issue