]> git.eshelyaron.com Git - emacs.git/commit
Correct regexp for flags in `format' doc string
authorMattias EngdegÄrd <mattiase@acm.org>
Sun, 26 Jan 2020 18:04:31 +0000 (10:04 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Jan 2020 18:05:53 +0000 (10:05 -0800)
commitc8fcabf24546e77dc5bd0cb1e206e8114809c810
tree50381b0050c3887a33ef0c6aaf7fef518fdfe7c1
parent2e9a153b26da820da5b731261ed9ca437c0212a3
Correct regexp for flags in `format' doc string

* src/editfns.c (Fformat): Use the correct regexp for describing the
flags in a %-sequence (place the hyphen last).
src/editfns.c