• Paul Eggert's avatar
    '[:graph:]' now excludes whitespace, not just ' ' · 3074a9fa
    Paul Eggert authored
    * doc/lispref/searching.texi (Char Classes):
    * lisp/emacs-lisp/rx.el (rx): Document [:graph:] to be [:print:]
    sans whitespace (not sans space).
    * src/character.c (graphicp): Exclude all Unicode whitespace chars,
    not just space.
    * src/regex.c (ISGRAPH): Exclude U+00A0 (NO-BREAK SPACE).
    3074a9fa
searching.texi 75.5 KB