]> git.eshelyaron.com Git - emacs.git/commit
Fix Info parser regexp mistake
authorMattias Engdegård <mattiase@acm.org>
Wed, 16 Aug 2023 11:53:33 +0000 (13:53 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 16 Aug 2023 14:55:38 +0000 (16:55 +0200)
commitca687839294b78800339b99b19a61cf098638dd8
tree4275df6583a0d162045f66cb3f32301a177df568
parent5b879501339b9426661fbf2a783287ad0949e3d6
Fix Info parser regexp mistake

* lisp/info.el (Info-split-parameter-string):
The `\sX` syntax construct isn't valid inside character alternatives;
follow the obvious intention.
lisp/info.el