diff options
author | Noam Postavsky <npostavs@gmail.com> | 2017-03-24 10:47:19 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2017-03-26 09:14:15 -0400 |
commit | 9a7370796455b87cebb1177eecc6fa985f61f6a8 (patch) | |
tree | 0414bbab234e7a0d61ba1b4f9f94b076e00e6afc /lisp/emacs-lisp/lisp-mnt.el | |
parent | afe8849bac1ec228680bcb590da6313800067d34 (diff) | |
download | emacs-9a7370796455b87cebb1177eecc6fa985f61f6a8.tar.gz emacs-9a7370796455b87cebb1177eecc6fa985f61f6a8.tar.bz2 emacs-9a7370796455b87cebb1177eecc6fa985f61f6a8.zip |
Fix docstring of dabbrev-abbrev-char-regexp
* lisp/dabbrev.el (dabbrev-abbrev-char-regexp): Using a value of nil
is equivalent to "\\sw\\|\\s_", and has no special behavior. If the
previous character doesn't match, we search backwards for one that
does, not throw an error. Replace Lisp example with C based one to
make it clear that "symbol" means a sequence of word and symbol
constituent characters, not a Lisp symbol (Bug#358).
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
0 files changed, 0 insertions, 0 deletions