1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
emacs/doc
Paul Eggert 3074a9fad1 '[:graph:]' now excludes whitespace, not just ' '
* 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).
2015-04-15 23:47:01 -07:00
..
emacs Minor doc copyedits 2015-04-13 23:20:48 -07:00
lispintro Minor doc copyedits 2015-04-13 23:20:48 -07:00
lispref '[:graph:]' now excludes whitespace, not just ' ' 2015-04-15 23:47:01 -07:00
man Standardize names of ChangeLog history files 2015-04-15 10:59:11 -07:00
misc * doc/misc/eieio.texi: Don't advertize now obsolete constructs 2015-04-13 14:36:55 -04:00